From: Ian Lance Taylor Date: Mon, 27 Oct 2025 23:21:13 +0000 (-0700) Subject: runtime: use correct function name in methodValueCallFrameObjs comment X-Git-Tag: go1.26rc1~1^2~40 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cd9319ff8e7eedf3e2cd20ebee9690a24ea63971;p=gostls13.git 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 --- 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{}