1
0
mirror of https://github.com/golang/go synced 2024-11-21 16:34:42 -07:00

cmd/go: fix typo

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5777072
This commit is contained in:
Robert Hencke 2012-03-12 19:41:15 -07:00 committed by Robert Griesemer
parent 170301d44b
commit 4809ad655b

View File

@ -102,7 +102,7 @@ var buildGccgoflags []string // -gccgoflags flag
var buildContext = build.Default
var buildToolchain toolchain = noToolchain{}
// buildCompier implements flag.Var.
// buildCompiler implements flag.Var.
// It implements Set by updating both
// buildToolchain and buildContext.Compiler.
type buildCompiler struct{}