From 0fb45dacf0589bc1e6c3e4ebba6a09e37942528c Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Mon, 26 Aug 2013 16:42:09 -0700 Subject: [PATCH] fix doc typo --- groupcache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groupcache.go b/groupcache.go index ca25fe0..637b063 100644 --- a/groupcache.go +++ b/groupcache.go @@ -157,7 +157,7 @@ type Group struct { // a hotCache avoids network hotspotting, where a peer's // network card could become the bottleneck on a popular key. // This cache is used sparingly to maximize the total number - // of key/value pairs that can stored globally. + // of key/value pairs that can be stored globally. hotCache cache // loadGroup ensures that each key is only fetched once