diff options
| author | Ian Lance Taylor <iant@golang.org> | 2025-10-27 16:21:13 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-12-10 12:37:45 -0800 |
| commit | cd9319ff8e7eedf3e2cd20ebee9690a24ea63971 (patch) | |
| tree | 3b3bfdb3069e7ecdd7a2560294401844b3a8798b /src | |
| parent | 0d71bd57c94f2e07788699b8134486ff46e88767 (diff) | |
| download | go-cd9319ff8e7eedf3e2cd20ebee9690a24ea63971.tar.xz | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/stkframe.go | 2 |
1 files changed, 1 insertions, 1 deletions
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{} |
