runtime: fix typo in comment

R=golang-dev
CC=golang-dev
https://golang.org/cl/5529059
This commit is contained in:
Maxim Pimenov 2012-01-10 12:56:25 -08:00 committed by Russ Cox
parent 4435c8bf2a
commit dcdc309c7c
1 changed files with 1 additions and 1 deletions

View File

@ -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)