Skip to content

Commit 0fe6c8e

Browse files
callthingsoffprattmic
authored andcommitted
runtime: tweak wording for comment of mcache.flushGen
Change-Id: I5f59b2a2d18a7657892ae4c042a1b013cf8f9736 GitHub-Last-Rev: d5b5bb3 GitHub-Pull-Request: #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>
1 parent 95a0e5a commit 0fe6c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/mcache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type mcache struct {
5050

5151
// flushGen indicates the sweepgen during which this mcache
5252
// was last flushed. If flushGen != mheap_.sweepgen, the spans
53-
// in this mcache are stale and need to the flushed so they
53+
// in this mcache are stale and need to be flushed so they
5454
// can be swept. This is done in acquirep.
5555
flushGen atomic.Uint32
5656
}

0 commit comments

Comments
 (0)