From 1ae81e6d00aacf0f560a6aadeb06e761e83abb9d Mon Sep 17 00:00:00 2001 From: kortschak Date: Tue, 5 Aug 2014 22:37:08 +0930 Subject: [PATCH] Fix typos missed --- cayley_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cayley_test.go b/cayley_test.go index 9bda12a..b94389a 100644 --- a/cayley_test.go +++ b/cayley_test.go @@ -392,18 +392,18 @@ func BenchmarkNetAndSpeed(b *testing.B) { runBench(4, b) } -func BenchmarkKeannuAndNet(b *testing.B) { +func BenchmarkKeanuAndNet(b *testing.B) { runBench(5, b) } -func BenchmarkKeannuAndSpeed(b *testing.B) { +func BenchmarkKeanuAndSpeed(b *testing.B) { runBench(6, b) } -func BenchmarkKeannuOther(b *testing.B) { +func BenchmarkKeanuOther(b *testing.B) { runBench(7, b) } -func BenchmarkKeannuBullockOther(b *testing.B) { +func BenchmarkKeanuBullockOther(b *testing.B) { runBench(8, b) }