runtime: update runtime·gogo comment in asm files
R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/10244043
diff --git a/src/pkg/runtime/asm_386.s b/src/pkg/runtime/asm_386.s
index 2aa1a2d..89db413 100644
--- a/src/pkg/runtime/asm_386.s
+++ b/src/pkg/runtime/asm_386.s
@@ -141,7 +141,7 @@
MOVL BX, gobuf_g(AX)
RET
-// void gogo(Gobuf*, uintptr)
+// void gogo(Gobuf*)
// restore state from Gobuf; longjmp
TEXT runtime·gogo(SB), 7, $0
MOVL 4(SP), BX // gobuf
diff --git a/src/pkg/runtime/asm_amd64.s b/src/pkg/runtime/asm_amd64.s
index be3ae0d..f6919c6 100644
--- a/src/pkg/runtime/asm_amd64.s
+++ b/src/pkg/runtime/asm_amd64.s
@@ -128,7 +128,7 @@
MOVQ BX, gobuf_g(AX)
RET
-// void gogo(Gobuf*, uintptr)
+// void gogo(Gobuf*)
// restore state from Gobuf; longjmp
TEXT runtime·gogo(SB), 7, $0
MOVQ 8(SP), BX // gobuf
diff --git a/src/pkg/runtime/asm_arm.s b/src/pkg/runtime/asm_arm.s
index 7d6123c..5442e69 100644
--- a/src/pkg/runtime/asm_arm.s
+++ b/src/pkg/runtime/asm_arm.s
@@ -108,7 +108,7 @@
MOVW R11, gobuf_ctxt(R0)
RET
-// void gogo(Gobuf*, uintptr)
+// void gogo(Gobuf*)
// restore state from Gobuf; longjmp
TEXT runtime·gogo(SB), 7, $-4
MOVW 0(FP), R1 // gobuf