Commit f09a3d82 authored by Sebastien Binet's avatar Sebastien Binet Committed by Brad Fitzpatrick

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/80715Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 0c14345c
...@@ -11,7 +11,7 @@ import ( ...@@ -11,7 +11,7 @@ import (
"unsafe" "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. // and then did an immediate gosave.
func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) { func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
sp := buf.sp sp := buf.sp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment