Skip to content

Commit

Permalink
groupcache.go: fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
MaruHyl authored and bradfitz committed Jul 2, 2019
1 parent 5b532d6 commit 869f871
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 @@ -245,7 +245,7 @@ func (g *Group) load(ctx Context, key string, dest Sink) (value ByteView, destPo
// be only one entry for this key.
//
// Consider the following serialized event ordering for two
// goroutines in which this callback gets called twice for hte
// goroutines in which this callback gets called twice for the
// same key:
// 1: Get("key")
// 2: Get("key")
Expand Down

0 comments on commit 869f871

Please sign in to comment.