Skip to content

Commit 869f871

Browse files
MaruHylbradfitz
authored andcommitted
groupcache.go: fix misspelling
1 parent 5b532d6 commit 869f871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

groupcache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ func (g *Group) load(ctx Context, key string, dest Sink) (value ByteView, destPo
245245
// be only one entry for this key.
246246
//
247247
// Consider the following serialized event ordering for two
248-
// goroutines in which this callback gets called twice for hte
248+
// goroutines in which this callback gets called twice for the
249249
// same key:
250250
// 1: Get("key")
251251
// 2: Get("key")

0 commit comments

Comments
 (0)