Commit 6727a2ad authored by Maxim Pimenov's avatar Maxim Pimenov Committed by Russ Cox

runtime: fix a comment

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5975043
parent 8a686792
......@@ -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)
{
......
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