mirror of https://github.com/golang/go.git
runtime: fix typo in comment
R=golang-dev CC=golang-dev https://golang.org/cl/5529059
This commit is contained in:
parent
4435c8bf2a
commit
dcdc309c7c
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue