diff options
Diffstat (limited to 'libgo/runtime/mheap.c')
-rw-r--r-- | libgo/runtime/mheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/mheap.c b/libgo/runtime/mheap.c index 79359d9dfca..6bf38aa9934 100644 --- a/libgo/runtime/mheap.c +++ b/libgo/runtime/mheap.c @@ -326,7 +326,7 @@ MHeap_FreeLocked(MHeap *h, MSpan *s) } // Release (part of) unused memory to OS. -// Goroutine created in runtime_schedinit. +// Goroutine created at startup. // Loop forever. void runtime_MHeap_Scavenger(void* dummy) |