fix doc typo

This commit is contained in:
Blake Mizerany 2013-08-26 16:42:09 -07:00
parent b912ed88a6
commit 0fb45dacf0

View File

@ -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