We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a0e5a commit 0fe6c8eCopy full SHA for 0fe6c8e
src/runtime/mcache.go
@@ -50,7 +50,7 @@ type mcache struct {
50
51
// flushGen indicates the sweepgen during which this mcache
52
// was last flushed. If flushGen != mheap_.sweepgen, the spans
53
- // in this mcache are stale and need to the flushed so they
+ // in this mcache are stale and need to be flushed so they
54
// can be swept. This is done in acquirep.
55
flushGen atomic.Uint32
56
}
0 commit comments