mirror of
https://github.com/golang/go
synced 2024-11-21 23:54:40 -07:00
cmd/go: fix typo
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5777072
This commit is contained in:
parent
170301d44b
commit
4809ad655b
@ -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{}
|
||||
|
Loading…
Reference in New Issue
Block a user