This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Fix typo in frame.h:read_frame_register_unsigned function description.


FYI: Just a minor typo I noticed while looking at Pedro's patch.
So insignificant that it was just as fast for me to fix it.

gdb/ChangeLog:

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

Checked in.

---
 gdb/ChangeLog |    5 +++++
 gdb/frame.h   |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ce3d48e..a2b3ae4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+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]
diff --git a/gdb/frame.h b/gdb/frame.h
index 101db3b..7b42b56 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -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 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.  */
-- 
1.7.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]