Commit 2a35e686 authored by Ian Lance Taylor's avatar Ian Lance Taylor Committed by Brad Fitzpatrick

context: correct spelling of TODO in comment

Change-Id: I62bfc730643cb0756fc67f3c5cf73029b75c07bb
Reviewed-on: https://go-review.googlesource.com/22884Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 7e42c0e1
...@@ -403,7 +403,7 @@ func TestAllocs(t *testing.T) { ...@@ -403,7 +403,7 @@ func TestAllocs(t *testing.T) {
limit := test.limit limit := test.limit
if runtime.Compiler == "gccgo" { if runtime.Compiler == "gccgo" {
// gccgo does not yet do escape analysis. // 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 limit = test.gccgoLimit
} }
if n := testing.AllocsPerRun(100, test.f); n > limit { if n := testing.AllocsPerRun(100, test.f); n > limit {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment