Commit dcdc309c authored by Maxim Pimenov's avatar Maxim Pimenov Committed by Russ Cox

runtime: fix typo in comment

R=golang-dev
CC=golang-dev
https://golang.org/cl/5529059
parent 4435c8bf
...@@ -115,7 +115,7 @@ runtime·free(void *v) ...@@ -115,7 +115,7 @@ runtime·free(void *v)
if(v == nil) if(v == nil)
return; 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. // which has a copy of the guts of free.
if(m->mallocing) if(m->mallocing)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment