mirror of https://github.com/golang/go.git
runtime: fix a comment
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5975043
This commit is contained in:
parent
8a686792e0
commit
6727a2ad78
|
|
@ -1376,7 +1376,7 @@ rundefer(void)
|
|||
}
|
||||
|
||||
// Free stack frames until we hit the last one
|
||||
// or until we find the one that contains the argp.
|
||||
// or until we find the one that contains the sp.
|
||||
static void
|
||||
unwindstack(G *gp, byte *sp)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue