summaryrefslogtreecommitdiff
path: root/libgo/go/runtime/map_benchmark_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/runtime/map_benchmark_test.go')
-rw-r--r--libgo/go/runtime/map_benchmark_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/runtime/map_benchmark_test.go b/libgo/go/runtime/map_benchmark_test.go
index cf04ead1156..bae1aa0dbd6 100644
--- a/libgo/go/runtime/map_benchmark_test.go
+++ b/libgo/go/runtime/map_benchmark_test.go
@@ -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