]> Cypherpunks repositories - gostls13.git/commitdiff
sync: fix typo in benchmark name
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 17 Jul 2014 19:50:56 +0000 (12:50 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 17 Jul 2014 19:50:56 +0000 (12:50 -0700)
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/118860043

src/pkg/sync/pool_test.go

index 509448b620738db804dad25d0e061eb6c1b9a6b1..cf5c8bd903f8d37d469bd1309dd57d7c40d64c7a 100644 (file)
@@ -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() {