From: Maciej W. Rozycki Date: Wed, 16 May 2007 13:48:22 +0000 (+0000) Subject: * printcmd.c (do_examine): Fix typos in a comment. X-Git-Tag: binutils-2_18-branchpoint~720 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d51a2dbdbe9975039c68f7b571c46931783a775;p=platform%2Fupstream%2Fbinutils.git * printcmd.c (do_examine): Fix typos in a comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a6b79c7..a867139 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-05-16 Chris Dearman + + * printcmd.c (do_examine): Fix typos in a comment. + 2007-05-16 Richard Sandiford * configure.ac: Allow sysroots to be relocated under $prefix as 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