aboutsummaryrefslogtreecommitdiff
path: root/src/context
diff options
context:
space:
mode:
authorEric Lagergren <ericscottlagergren@gmail.com>2017-04-03 15:54:20 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2017-04-03 23:19:07 +0000
commit094498c9a13cd711ed45a65b153393eb8ae1566b (patch)
treeb0f193a36c9651cb67651d4ba86eda9730254801 /src/context
parent50688fcb6ef0f74d6ff91dce95f8823b1f56bdf7 (diff)
downloadgo-094498c9a13cd711ed45a65b153393eb8ae1566b.tar.gz
go-094498c9a13cd711ed45a65b153393eb8ae1566b.zip
all: fix minor misspellings
Change-Id: I1f1cfb161640eb8756fb1a283892d06b30b7a8fa Reviewed-on: https://go-review.googlesource.com/39356 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/context')
-rw-r--r--src/context/context_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/context_test.go b/src/context/context_test.go
index 6efc06cbe5..f73f2837b8 100644
--- a/src/context/context_test.go
+++ b/src/context/context_test.go
@@ -428,7 +428,7 @@ func XTestAllocs(t testingT, testingShort func() bool, testingAllocsPerRun func(
limit := test.limit
if runtime.Compiler == "gccgo" {
// gccgo does not yet do escape analysis.
- // TOOD(iant): Remove this when gccgo does do escape analysis.
+ // TODO(iant): Remove this when gccgo does do escape analysis.
limit = test.gccgoLimit
}
numRuns := 100