mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: tweak wording for comment of mcache.flushGen
Change-Id: I5f59b2a2d18a7657892ae4c042a1b013cf8f9736
GitHub-Last-Rev: d5b5bb3e19
GitHub-Pull-Request: golang/go#76215
Reviewed-on: https://go-review.googlesource.com/c/go/+/718461
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
This commit is contained in:
parent
95a0e5adc1
commit
0fe6c8e8c8
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ type mcache struct {
|
|||
|
||||
// flushGen indicates the sweepgen during which this mcache
|
||||
// was last flushed. If flushGen != mheap_.sweepgen, the spans
|
||||
// in this mcache are stale and need to the flushed so they
|
||||
// in this mcache are stale and need to be flushed so they
|
||||
// can be swept. This is done in acquirep.
|
||||
flushGen atomic.Uint32
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue