summaryrefslogtreecommitdiff
path: root/src/runtime/asm_amd64p32.s
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2014-11-18 09:54:50 -0500
committerAustin Clements <austin@google.com>2014-11-18 09:54:50 -0500
commit0a3230f567f22ab9b53d84bb0140ff5966fd24fd (patch)
treebbfac09a636cb052565a3dbfd5513e9608b1e796 /src/runtime/asm_amd64p32.s
parentbe825f8efbb2f52f28df83cab8db9e9006ce1a8c (diff)
downloadgo-0a3230f567f22ab9b53d84bb0140ff5966fd24fd.tar.gz
[dev.cc] runtime: two missed references to "M stack"
LGTM=rsc R=rsc CC=golang-codereviews https://codereview.appspot.com/177940043
Diffstat (limited to 'src/runtime/asm_amd64p32.s')
-rw-r--r--src/runtime/asm_amd64p32.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/asm_amd64p32.s b/src/runtime/asm_amd64p32.s
index cead3cd07..b8370efd3 100644
--- a/src/runtime/asm_amd64p32.s
+++ b/src/runtime/asm_amd64p32.s
@@ -169,7 +169,7 @@ TEXT runtime·mcall(SB), NOSPLIT, $0-4
// of the G stack. We need to distinguish the routine that
// lives at the bottom of the G stack from the one that lives
// at the top of the system stack because the one at the top of
-// the M stack terminates the stack walk (see topofstack()).
+// the system stack terminates the stack walk (see topofstack()).
TEXT runtime·systemstack_switch(SB), NOSPLIT, $0-0
RET