From: Olivier Duperray Date: Wed, 11 Jan 2012 21:23:33 +0000 (-0800) Subject: misc/dashboard/builder: fix comment in http.go X-Git-Tag: weekly.2012-01-15~64 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=014c342b1e15755e2f68ff6ca568d7bdb325630d;p=gostls13.git misc/dashboard/builder: fix comment in http.go R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5534074 --- diff --git a/misc/dashboard/builder/http.go b/misc/dashboard/builder/http.go index d4a4d7eea6..b25b417e1e 100644 --- a/misc/dashboard/builder/http.go +++ b/misc/dashboard/builder/http.go @@ -145,7 +145,7 @@ func packages() (pkgs []string, err error) { */ } -// updatePackage sends package build results and info dashboard +// updatePackage sends package build results and info to the dashboard func (b *Builder) updatePackage(pkg string, ok bool, buildLog, info string) error { return nil /* TODO(adg): un-stub this once the new package builder design is done