aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-05-16 13:48:22 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2007-05-16 13:48:22 +0000
commit5d51a2dbdbe9975039c68f7b571c46931783a775 (patch)
tree08a6794b9314741052a008aaddcad450273abe69 /gdb/printcmd.c
parent91ac591132f0891f30c9f6e6e7d4a3c56707ecdd (diff)
downloadgdb-5d51a2dbdbe9975039c68f7b571c46931783a775.zip
gdb-5d51a2dbdbe9975039c68f7b571c46931783a775.tar.gz
gdb-5d51a2dbdbe9975039c68f7b571c46931783a775.tar.bz2
* printcmd.c (do_examine): Fix typos in a comment.
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r--gdb/printcmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c
index 155dff1..8843010 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