* printcmd.c (do_examine): Fix typos in a comment.
authorMaciej W. Rozycki <macro@linux-mips.org>
Wed, 16 May 2007 13:48:22 +0000 (13:48 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Wed, 16 May 2007 13:48:22 +0000 (13:48 +0000)
gdb/ChangeLog
gdb/printcmd.c

index a6b79c781b1fc822f7c44664c1d61d09efb6a50f..a867139592e3fc232df2b72f384cc5af7623435b 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-16  Chris Dearman  <chris@mips.com>
+
+       * printcmd.c (do_examine): Fix typos in a comment.
+
 2007-05-16  Richard Sandiford  <richard@codesourcery.com>
 
        * configure.ac: Allow sysroots to be relocated under $prefix as
index 155dff1a59a7dda5adcefa215de67f9fedb6490c..8843010679c1216046deb38e61eb7447c52b4fd9 100644 (file)
@@ -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