summaryrefslogtreecommitdiffstats
path: root/utils/lru_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lru_test.go')
-rw-r--r--utils/lru_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lru_test.go b/utils/lru_test.go
index 3255f5c1a..ab7d0e50a 100644
--- a/utils/lru_test.go
+++ b/utils/lru_test.go
@@ -73,7 +73,7 @@ func TestLRU(t *testing.T) {
}
}
-// test that Add return true/false if an eviction occured
+// test that Add return true/false if an eviction occurred
func TestLRUAdd(t *testing.T) {
evictCounter := 0
onEvicted := func(k interface{}, v interface{}) {