summaryrefslogtreecommitdiff
path: root/gdb/frame-unwind.h
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2011-02-22 17:51:23 +0000
committerPedro Alves <pedro@codesourcery.com>2011-02-22 17:51:23 +0000
commit8cbcaaf7074652836d7180d09a672217b8c7f830 (patch)
tree212db40e7fa2e961c8119bd2e1ad111fd5eb9202 /gdb/frame-unwind.h
parent7970371c5937ee3eba41b8fc72cde55bb5dab216 (diff)
downloadgdb-8cbcaaf7074652836d7180d09a672217b8c7f830.tar.gz
gdb/
* frame-unwind.h: Fix comment to mention the this frame, not the next.
Diffstat (limited to 'gdb/frame-unwind.h')
-rw-r--r--gdb/frame-unwind.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/frame-unwind.h b/gdb/frame-unwind.h
index 3fe31f05db5..2bd8046b138 100644
--- a/gdb/frame-unwind.h
+++ b/gdb/frame-unwind.h
@@ -33,8 +33,8 @@ struct value;
/* The following unwind functions assume a chain of frames forming the
sequence: (outer) prev <-> this <-> next (inner). All the
- functions are called with the next frame's `struct frame_info'
- and this frame's prologue cache.
+ functions are called with this frame's `struct frame_info' and
+ prologue cache.
THIS frame's register values can be obtained by unwinding NEXT
frame's registers (a recursive operation).