aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/proc.c
diff options
context:
space:
mode:
authorMaxim Pimenov <mpimenov@google.com>2012-04-02 11:27:50 -0400
committerRuss Cox <rsc@golang.org>2012-04-02 11:27:50 -0400
commit6727a2ad78cc786e381589828a41f4c91fe0e238 (patch)
treec773a76908611359a667fbfa7009867301b01684 /src/pkg/runtime/proc.c
parent8a686792e08f1114fd7819a32d8c2e3c4ddddc14 (diff)
downloadgo-6727a2ad78cc786e381589828a41f4c91fe0e238.tar.xz
runtime: fix a comment
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5975043
Diffstat (limited to 'src/pkg/runtime/proc.c')
-rw-r--r--src/pkg/runtime/proc.c2
1 files changed, 1 insertions, 1 deletions
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)
{