aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_x86.go
diff options
context:
space:
mode:
authorSebastien Binet <seb.binet@gmail.com>2017-11-29 19:34:10 +0100
committerBrad Fitzpatrick <bradfitz@golang.org>2017-11-29 18:42:49 +0000
commitf09a3d822383e8ffc9e213d2e7d714b154da52ef (patch)
tree9b0a7d316bead58494a44c85f5cee7c33f787393 /src/runtime/sys_x86.go
parent0c14345c9638effe6d19569b8bc75caa7c026f66 (diff)
downloadgo-f09a3d822383e8ffc9e213d2e7d714b154da52ef.tar.gz
go-f09a3d822383e8ffc9e213d2e7d714b154da52ef.zip
runtime: fix documentation typo for gostartcall
This CL is a simple doc typo fix, uncovered while reviewing the go-wasm port. Change-Id: I0fce915c341aaaea3a7cc365819abbc5f2c468c3 Reviewed-on: https://go-review.googlesource.com/80715 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/sys_x86.go')
-rw-r--r--src/runtime/sys_x86.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_x86.go b/src/runtime/sys_x86.go
index 7e4e27354e..2b4ed8bdf5 100644
--- a/src/runtime/sys_x86.go
+++ b/src/runtime/sys_x86.go
@@ -11,7 +11,7 @@ import (
"unsafe"
)
-// adjust Gobuf as it if executed a call to fn with context ctxt
+// adjust Gobuf as if it executed a call to fn with context ctxt
// and then did an immediate gosave.
func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
sp := buf.sp