diff src/unexec.c @ 105426:d0a6d64c3cfc

Fix typos in comments.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 04 Oct 2009 02:58:53 +0000
parents e038c1a8307c
children 68dd71358159
line wrap: on
line diff
--- a/src/unexec.c	Sun Oct 04 02:25:42 2009 +0000
+++ b/src/unexec.c	Sun Oct 04 02:58:53 2009 +0000
@@ -498,7 +498,7 @@
 	  )
 	{
 	  /* Write only a page of zeros at once,
-	     so that we we don't overshoot the start
+	     so that we don't overshoot the start
 	     of the valid memory in the old data segment.  */
 	  if (nwrite > pagesize)
 	    nwrite = pagesize;