]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dashboard/builder: fix comment in http.go
authorOlivier Duperray <duperray.olivier@gmail.com>
Wed, 11 Jan 2012 21:23:33 +0000 (13:23 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 11 Jan 2012 21:23:33 +0000 (13:23 -0800)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5534074

misc/dashboard/builder/http.go

index d4a4d7eea668552149d59322f5da710008800efd..b25b417e1e465c919bafd3a1e05b5a39c93baeaf 100644 (file)
@@ -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