Commit 4809ad65 authored by Robert Hencke's avatar Robert Hencke Committed by Robert Griesemer

cmd/go: fix typo

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5777072
parent 170301d4
...@@ -102,7 +102,7 @@ var buildGccgoflags []string // -gccgoflags flag ...@@ -102,7 +102,7 @@ var buildGccgoflags []string // -gccgoflags flag
var buildContext = build.Default var buildContext = build.Default
var buildToolchain toolchain = noToolchain{} var buildToolchain toolchain = noToolchain{}
// buildCompier implements flag.Var. // buildCompiler implements flag.Var.
// It implements Set by updating both // It implements Set by updating both
// buildToolchain and buildContext.Compiler. // buildToolchain and buildContext.Compiler.
type buildCompiler struct{} type buildCompiler struct{}
......
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