This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

printcmd.c: Fix typos in a comment


Hello,

 I have applied the following patch as obvious.

2007-05-16  Chris Dearman  <chris@mips.com>

	* printcmd.c (do_examine): Fix typos in a comment.

  Maciej

12237-0.diff
Index: binutils-quilt/src/gdb/printcmd.c
===================================================================
--- binutils-quilt.orig/src/gdb/printcmd.c	2007-05-16 13:37:06.000000000 +0100
+++ binutils-quilt/src/gdb/printcmd.c	2007-05-16 13:38:29.000000000 +0100
@@ -800,8 +800,8 @@
 	    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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]