Commit 014c342b authored by Olivier Duperray's avatar Olivier Duperray Committed by Russ Cox

misc/dashboard/builder: fix comment in http.go

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5534074
parent 836a517f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment