Skip to content

Commit db3cb3f

Browse files
ianlancetaylorgopherbot
authored andcommitted
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 <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 690fc2f commit db3cb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/traceback.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ func (u *unwinder) resolveInternal(innermost, isSyscall bool) {
429429
// gp._defer for a defer corresponding to this function, but that
430430
// is hard to do with defer records on the stack during a stack copy.)
431431
// Note: the +1 is to offset the -1 that
432-
// stack.go:getStackMap does to back up a return
432+
// (*stkframe).getStackMap does to back up a return
433433
// address make sure the pc is in the CALL instruction.
434434
} else {
435435
frame.continpc = 0

0 commit comments

Comments
 (0)