diff --git a/src/runtime/mgc.go b/src/runtime/mgc.go index 4eff8fc59b6..5bd62429325 100644 --- a/src/runtime/mgc.go +++ b/src/runtime/mgc.go @@ -770,7 +770,7 @@ var work struct { initialHeapLive uint64 } -// GC runs a garbage collection and blocks until the garbage +// GC runs a garbage collection and blocks the entire program until the // collection is complete. func GC() { startGC(gcForceBlockMode)