Fix typo in frame.h:read_frame_register_unsigned function description.

gdb/ChangeLog:

	* frame.h (read_frame_register_unsigned): Fix typo in function
	description.
This commit is contained in:
Joel Brobecker
2012-03-01 22:47:46 +00:00
parent a385295e2c
commit 263689d88a
2 changed files with 6 additions and 1 deletions

View 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 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. */