diff options
| author | Maxim Pimenov <mpimenov@google.com> | 2012-04-02 11:27:50 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2012-04-02 11:27:50 -0400 |
| commit | 6727a2ad78cc786e381589828a41f4c91fe0e238 (patch) | |
| tree | c773a76908611359a667fbfa7009867301b01684 /src/pkg/runtime/proc.c | |
| parent | 8a686792e08f1114fd7819a32d8c2e3c4ddddc14 (diff) | |
| download | go-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.c | 2 |
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) { |
