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:
David Symonds 2011-11-02 16:25:24 +11:00
parent e223eedc8b
commit c4845c1c49

View file

@ -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;