]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: use correct function name in methodValueCallFrameObjs comment
authorIan Lance Taylor <iant@golang.org>
Mon, 27 Oct 2025 23:21:13 +0000 (16:21 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 10 Dec 2025 20:37:45 +0000 (12:37 -0800)
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>
src/runtime/stkframe.go

index d6e7e0371c0bf64ce6fb4adfdb75b743beefca37..485af1e75fb889e252117fb9adfb440cd2892795 100644 (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{}