mirror of
https://github.com/golang/go.git
synced 2026-01-29 15:12:08 +03:00
runtime: use correct function name in methodValueCallFrameObjs comment
Change-Id: I029531695ae252ee912c5ab9bbb688b6ae3dc02d Reviewed-on: https://go-review.googlesource.com/c/go/+/715520 Auto-Submit: Austin Clements <austin@google.com> Auto-Submit: Ian Lance Taylor <iant@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Austin Clements <austin@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
committed by
Gopher Robot
parent
0d71bd57c9
commit
cd9319ff8e
@@ -259,7 +259,7 @@ func (frame *stkframe) getStackMap(debug bool) (locals, args bitvector, objs []s
|
||||
return
|
||||
}
|
||||
|
||||
var methodValueCallFrameObjs [1]stackObjectRecord // initialized in stackobjectinit
|
||||
var methodValueCallFrameObjs [1]stackObjectRecord // initialized in stkobjinit
|
||||
|
||||
func stkobjinit() {
|
||||
var abiRegArgsEface any = abi.RegArgs{}
|
||||
|
||||
Reference in New Issue
Block a user