aboutsummaryrefslogtreecommitdiff
path: root/test/run.go
diff options
context:
space:
mode:
authorKazuhiro Sera <seratch@gmail.com>2018-08-23 05:06:47 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2018-08-23 15:54:07 +0000
commitad644d2e86bab85787879d41c2d2aebbd7c57db8 (patch)
tree5b48d42464b7424ee64ae1c1a8807abbe7ba3d16 /test/run.go
parentc5d38b896df504e3354d7a27f7ad86fa9661ce6b (diff)
downloadgo-ad644d2e86bab85787879d41c2d2aebbd7c57db8.tar.gz
go-ad644d2e86bab85787879d41c2d2aebbd7c57db8.zip
all: fix typos detected by github.com/client9/misspell
Change-Id: Iadb3c5de8ae9ea45855013997ed70f7929a88661 GitHub-Last-Rev: ae85bcf82be8fee533e2b9901c6133921382c70a GitHub-Pull-Request: golang/go#26920 Reviewed-on: https://go-review.googlesource.com/128955 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'test/run.go')
-rw-r--r--test/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run.go b/test/run.go
index 99ef79feb1..82508d1c1f 100644
--- a/test/run.go
+++ b/test/run.go
@@ -435,7 +435,7 @@ func (ctxt *context) match(name string) bool {
func init() { checkShouldTest() }
// goGcflags returns the -gcflags argument to use with go build / go run.
-// This must match the flags used for building the standard libary,
+// This must match the flags used for building the standard library,
// or else the commands will rebuild any needed packages (like runtime)
// over and over.
func goGcflags() string {