summaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-03-01 22:47:46 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-03-01 22:47:46 +0000
commit263689d88a2cbcedb42e925400e88f71ddb81698 (patch)
tree039b32ba30ed52d12805eff85a63bf706ebedd79 /gdb/frame.h
parenta385295e2c80123b85dab47754e049e418925484 (diff)
Fix typo in frame.h:read_frame_register_unsigned function description.
gdb/ChangeLog: * frame.h (read_frame_register_unsigned): Fix typo in function description.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index 101db3b3ee..7b42b56c58 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. */