* frame.h (frame_register): Doc fix.
authorJim Blandy <jimb@codesourcery.com>
Wed, 8 Sep 2004 04:56:20 +0000 (04:56 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 8 Sep 2004 04:56:20 +0000 (04:56 +0000)
gdb/ChangeLog
gdb/frame.h

index a610ad9838b74d247d452b478124307ac8c4eeab..ce1e58ef33b30332bcac9409155ecd10ee2bcd2d 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-07  Jim Blandy  <jimb@redhat.com>
+
+       * frame.h (frame_register): Doc fix.
+
 2004-09-07  Andrew Cagney  <cagney@gnu.org>
 
        * vx-share/wait.h: Delete #ifdef USG.
index ee2934d356026f2dca615f2daa0938061871cdd4..f4b10891b46f15a01687b6f178c53b95b2c3948a 100644 (file)
@@ -420,7 +420,7 @@ extern void frame_unwind_unsigned_register (struct frame_info *frame,
                                            int regnum, ULONGEST *val);
 
 /* Get the value of the register that belongs to this FRAME.  This
-   function is a wrapper to the call sequence ``frame_unwind_register
+   function is a wrapper to the call sequence ``frame_register_unwind
    (get_next_frame (FRAME))''.  As per frame_register_unwind(), if
    VALUEP is NULL, the registers value is not fetched/computed.  */