Skip to content

Commit

Permalink
Merge pull request #12 from bmizerany/typo
Browse files Browse the repository at this point in the history
fix doc typo
  • Loading branch information
nf committed Aug 27, 2013
2 parents b912ed8 + 0fb45da commit 61c957a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groupcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61c957a

Please sign in to comment.