mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
gc: fix spelling of "GOEXPERIMENT" in a comment.
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5323070
This commit is contained in:
parent
e223eedc8b
commit
c4845c1c49
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ static int getlinepragma(void);
|
|||
static char *goos, *goarch, *goroot;
|
||||
|
||||
// Compiler experiments.
|
||||
// These are controlled by the GCEXPERIMENT environment
|
||||
// These are controlled by the GOEXPERIMENT environment
|
||||
// variable recorded when the compiler is built.
|
||||
static struct {
|
||||
char *name;
|
||||
|
|
Loading…
Reference in a new issue