* printcmd.c (do_examine): Fix typos in a comment.
[deliverable/binutils-gdb.git] / gdb / printcmd.c
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
This page took 0.028659 seconds and 4 git commands to generate.