diff options
| author | Ian Lance Taylor <iant@golang.org> | 2025-09-28 21:22:09 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-09-29 14:04:32 -0700 |
| commit | db3cb3fd9a09355a2f239dcb28c480b18bfa7f5e (patch) | |
| tree | 631071b6e6fd363d5013d39c7a5ac1743a0d3d1e /src/runtime/traceback.go | |
| parent | 690fc2fb05e720850a474c72bf3a8a9a6638cef7 (diff) | |
| download | go-db3cb3fd9a09355a2f239dcb28c480b18bfa7f5e.tar.xz | |
runtime: correct reference to getStackMap in comment
Change-Id: I9b1fa390434dbda7d49a36b0114c68f942c11d3f
Reviewed-on: https://go-review.googlesource.com/c/go/+/707575
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/runtime/traceback.go')
| -rw-r--r-- | src/runtime/traceback.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/traceback.go b/src/runtime/traceback.go index 949d48c79a..53f41bca0b 100644 --- a/src/runtime/traceback.go +++ b/src/runtime/traceback.go @@ -429,7 +429,7 @@ func (u *unwinder) resolveInternal(innermost, isSyscall bool) { // gp._defer for a defer corresponding to this function, but that // is hard to do with defer records on the stack during a stack copy.) // Note: the +1 is to offset the -1 that - // stack.go:getStackMap does to back up a return + // (*stkframe).getStackMap does to back up a return // address make sure the pc is in the CALL instruction. } else { frame.continpc = 0 |
