]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgo/go/runtime/map_benchmark_test.go
libgo: update to Go1.14beta1
[thirdparty/gcc.git] / libgo / go / runtime / map_benchmark_test.go
index cf04ead11561e29af86afbab80f59503b68ecedf..bae1aa0dbd6d41f2ac842009c5732182228297b1 100644 (file)
@@ -251,7 +251,7 @@ func BenchmarkMapLast(b *testing.B) {
 }
 
 func BenchmarkMapCycle(b *testing.B) {
-       // Arrange map entries to be a permuation, so that
+       // Arrange map entries to be a permutation, so that
        // we hit all entries, and one lookup is data dependent
        // on the previous lookup.
        const N = 3127