From 6727a2ad78cc786e381589828a41f4c91fe0e238 Mon Sep 17 00:00:00 2001 From: Maxim Pimenov Date: Mon, 2 Apr 2012 11:27:50 -0400 Subject: [PATCH] runtime: fix a comment R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5975043 --- src/pkg/runtime/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.48.1