From: Josh Bleecher Snyder Date: Thu, 17 Jul 2014 19:50:56 +0000 (-0700) Subject: sync: fix typo in benchmark name X-Git-Tag: go1.4beta1~1071 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6b2aabeecc1db46d030b9c5c5553c4e0fabba0cf;p=gostls13.git sync: fix typo in benchmark name LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/118860043 --- diff --git a/src/pkg/sync/pool_test.go b/src/pkg/sync/pool_test.go index 509448b620..cf5c8bd903 100644 --- a/src/pkg/sync/pool_test.go +++ b/src/pkg/sync/pool_test.go @@ -136,7 +136,7 @@ func BenchmarkPool(b *testing.B) { }) } -func BenchmarkPoolOverlflow(b *testing.B) { +func BenchmarkPoolOverflow(b *testing.B) { var p Pool b.RunParallel(func(pb *testing.PB) { for pb.Next() {