runtime: fix a comment

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5975043
This commit is contained in:
Maxim Pimenov 2012-04-02 11:27:50 -04:00 committed by Russ Cox
parent 8a686792e0
commit 6727a2ad78
1 changed files with 1 additions and 1 deletions

View File

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