diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-05-16 13:48:22 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-05-16 13:48:22 +0000 |
commit | 0b585e6634de62991a3e3a937165885f3f958a20 (patch) | |
tree | 1969b1010824b4eb2f3de80f319dc92b68e1bc0d /gdb/printcmd.c | |
parent | f12c2f8a619bee92df50d722ccff58a3913972a1 (diff) | |
download | gdb-0b585e6634de62991a3e3a937165885f3f958a20.tar.gz |
* printcmd.c (do_examine): Fix typos in a comment.
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 155dff1a59a..8843010679c 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -786,8 +786,8 @@ do_examine (struct format_data fmt, CORE_ADDR addr) value_free (last_examine_value); /* The value to be displayed is not fetched greedily. - Instead, to avoid the posibility of a fetched value not - being used, its retreval is delayed until the print code + Instead, to avoid the possibility of a fetched value not + being used, its retrieval is delayed until the print code uses it. When examining an instruction stream, the disassembler will perform its own memory fetch using just the address stored in LAST_EXAMINE_VALUE. FIXME: Should |