From cd9319ff8e7eedf3e2cd20ebee9690a24ea63971 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 27 Oct 2025 16:21:13 -0700 Subject: [PATCH] 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 Auto-Submit: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Austin Clements Reviewed-by: Dmitri Shuralyov --- src/runtime/stkframe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/stkframe.go b/src/runtime/stkframe.go index d6e7e0371c..485af1e75f 100644 --- a/src/runtime/stkframe.go +++ b/src/runtime/stkframe.go @@ -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{} -- 2.52.0