aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/traceback.go2
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