mirror of
https://github.com/golang/go
synced 2024-11-02 08:01:26 +00:00
runtime: correct variable name in comment
Change-Id: Ic35ec2ed320c3c266afbeec8bdea1dedac4725e4 Reviewed-on: https://go-review.googlesource.com/c/go/+/336892 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Austin Clements <austin@google.com>
This commit is contained in:
parent
bfbb288574
commit
840e583ff3
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ func racereadrangepc1(addr, size, pc uintptr)
|
||||||
func racewriterangepc1(addr, size, pc uintptr)
|
func racewriterangepc1(addr, size, pc uintptr)
|
||||||
func racecallbackthunk(uintptr)
|
func racecallbackthunk(uintptr)
|
||||||
|
|
||||||
// racecall allows calling an arbitrary function f from C race runtime
|
// racecall allows calling an arbitrary function fn from C race runtime
|
||||||
// with up to 4 uintptr arguments.
|
// with up to 4 uintptr arguments.
|
||||||
func racecall(fn *byte, arg0, arg1, arg2, arg3 uintptr)
|
func racecall(fn *byte, arg0, arg1, arg2, arg3 uintptr)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue