gdb/
authorPedro Alves <palves@redhat.com>
Tue, 22 Feb 2011 17:51:24 +0000 (17:51 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 22 Feb 2011 17:51:24 +0000 (17:51 +0000)
* frame-unwind.h: Fix comment to mention the this frame, not the
next.

gdb/ChangeLog
gdb/frame-unwind.h

index 3913b54b1296ede498f5df64881e775ff7c773a3..1859bf0ffc703ae1ab48307c4cfb489ff4f40dc6 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-22  Pedro Alves  <pedro@codesourcery.com>
+
+       * frame-unwind.h: Fix comment to mention the this frame, not the
+       next.
+
 2011-02-22  Tom Tromey  <tromey@redhat.com>
 
        * symfile.c (auto_solib_limit): Remove.
index 3fe31f05db5d706e0c5fa0b46729d6e2548adef8..2bd8046b1383c9163f687e8b4f07d6020164dace 100644 (file)
@@ -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).
This page took 0.027996 seconds and 4 git commands to generate.