1
0
mirror of https://github.com/golang/go synced 2024-11-19 12:24:42 -07:00

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>
This commit is contained in:
Sebastien Binet 2017-11-29 19:34:10 +01:00 committed by Brad Fitzpatrick
parent 0c14345c96
commit f09a3d8223

View File

@ -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