From 8e2e9254f72d76e454d27a19c8e1e3ecbce01338 Mon Sep 17 00:00:00 2001 From: Michael Baird Date: Fri, 7 Apr 2017 13:41:40 -0500 Subject: [PATCH] fixed comment --- cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.go b/cache.go index 2fe4ea567..19866eea1 100644 --- a/cache.go +++ b/cache.go @@ -116,7 +116,7 @@ type RankCache struct { updateN int updateTime time.Time - // CacheLimit is the user defined size of the cache + // maxEntries is the user defined size of the cache maxEntries int // thresholdBuffer is used the calculate the lowest cached threshold value