aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/mcache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mcache.go b/src/runtime/mcache.go
index a1d04d2f8a..cade81031d 100644
--- a/src/runtime/mcache.go
+++ b/src/runtime/mcache.go
@@ -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
}