diff --git a/src/pkg/runtime/malloc.goc b/src/pkg/runtime/malloc.goc index b71f5e4330..f1509cd9d9 100644 --- a/src/pkg/runtime/malloc.goc +++ b/src/pkg/runtime/malloc.goc @@ -115,7 +115,7 @@ runtimeĀ·free(void *v) if(v == nil) return; - // If you change this also change mgc0.c:/^sweepspan, + // If you change this also change mgc0.c:/^sweep, // which has a copy of the guts of free. if(m->mallocing)