Fix typo in frame.h:read_frame_register_unsigned function description.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 1 Mar 2012 22:47:46 +0000 (22:47 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 1 Mar 2012 22:47:46 +0000 (22:47 +0000)
gdb/ChangeLog:

* frame.h (read_frame_register_unsigned): Fix typo in function
description.

gdb/ChangeLog
gdb/frame.h

index f12a592..93b3c7b 100644 (file)
        registers, as applicable, while parsing the target description.
        * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
 
+2012-03-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * frame.h (read_frame_register_unsigned): Fix typo in function
+       description.
+
 2012-03-01  Pedro Alves  <palves@redhat.com>
 
        * jit-reader.in [!__cplusplus]
index 101db3b..7b42b56 100644 (file)
@@ -500,7 +500,7 @@ extern ULONGEST frame_unwind_register_unsigned (struct frame_info *frame,
 extern ULONGEST get_frame_register_unsigned (struct frame_info *frame,
                                             int regnum);
 
-/* Read a register from this, or unwind a register from the next
+/* Read a register from this, or unwind a register from the next
    frame.  Note that the read_frame methods are wrappers to
    get_frame_register_value, that do not throw if the result is
    optimized out or unavailable.  */