Skip to content

Commit c0329c2

Browse files
n
Change-Id: I1b801eec08b3c94659a07ad9f1b79f1f8b274bf0
1 parent c09a259 commit c0329c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync/pool.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ const shardPoolsSize = 256
280280

281281
var (
282282
// allPools is the set of pools that have non-empty primary
283-
// caches. Protected by either 1) allPoolsMu and pinning or 2)
283+
// caches. Protected by either 1) lock of elem or 2)
284284
// STW.
285285
allPools [shardPoolsSize]struct {
286286
lock Mutex

0 commit comments

Comments
 (0)