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:
Ian Lance Taylor
2025-10-27 16:21:13 -07:00
committed by Gopher Robot
parent 0d71bd57c9
commit cd9319ff8e

View File

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