mirror of
https://github.com/golang/go
synced 2024-11-22 04:54:42 -07: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
@ -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 New Issue
Block a user