From: Maxim Pimenov Date: Mon, 2 Apr 2012 15:27:50 +0000 (-0400) Subject: runtime: fix a comment X-Git-Tag: go1.1rc2~3466 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6727a2ad78cc786e381589828a41f4c91fe0e238;p=gostls13.git runtime: fix a comment R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5975043 --- diff --git a/src/pkg/runtime/proc.c b/src/pkg/runtime/proc.c index 04a9926283..12dc910f04 100644 --- a/src/pkg/runtime/proc.c +++ b/src/pkg/runtime/proc.c @@ -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) {