changeset 105426:d0a6d64c3cfc

Fix typos in comments.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 04 Oct 2009 02:58:53 +0000
parents 02f737c16cc4
children 3a74e594b760
files src/insdel.c src/regex.c src/syntax.c src/term.c src/unexec.c src/xdisp.c src/xfns.c
diffstat 7 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/insdel.c	Sun Oct 04 02:25:42 2009 +0000
+++ b/src/insdel.c	Sun Oct 04 02:58:53 2009 +0000
@@ -199,7 +199,7 @@
   QUIT;
 }
 
-/* Move the gap to a position greater than than the current GPT.
+/* Move the gap to a position greater than the current GPT.
    BYTEPOS describes the new position as a byte position,
    and CHARPOS is the corresponding char position.  */
 
--- a/src/regex.c	Sun Oct 04 02:25:42 2009 +0000
+++ b/src/regex.c	Sun Oct 04 02:58:53 2009 +0000
@@ -2400,7 +2400,7 @@
 
 #endif /* emacs */
 
-/* Record the the image of the range start..end when passed through
+/* Record the image of the range start..end when passed through
    TRANSLATE.  This is not necessarily TRANSLATE(start)..TRANSLATE(end)
    and is not even necessarily contiguous.
    Normally we approximate it with the smallest contiguous range that contains
--- a/src/syntax.c	Sun Oct 04 02:25:42 2009 +0000
+++ b/src/syntax.c	Sun Oct 04 02:58:53 2009 +0000
@@ -341,7 +341,7 @@
   return bytepos;
 }
 
-/* Return a defun-start position before before POS and not too far before.
+/* Return a defun-start position before POS and not too far before.
    It should be the last one before POS, or nearly the last.
 
    When open_paren_in_column_0_is_defun_start is nonzero,
--- a/src/term.c	Sun Oct 04 02:25:42 2009 +0000
+++ b/src/term.c	Sun Oct 04 02:58:53 2009 +0000
@@ -1808,8 +1808,8 @@
 
 /* Produce a composite glyph for iterator IT.  IT->cmp_id is the ID of
    the composition.  We simply produces components of the composition
-   assuming that that the terminal has a capability to layout/render
-   it correctly.  */
+   assuming that the terminal has a capability to layout/render it
+   correctly.  */
 
 static void
 produce_composite_glyph (it)
--- 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;
--- a/src/xdisp.c	Sun Oct 04 02:25:42 2009 +0000
+++ b/src/xdisp.c	Sun Oct 04 02:58:53 2009 +0000
@@ -22711,7 +22711,7 @@
 /* EXPORT:
    Clear the cursor of window W to background color, and mark the
    cursor as not shown.  This is used when the text where the cursor
-   is is about to be rewritten.  */
+   is about to be rewritten.  */
 
 void
 x_clear_cursor (w)
--- a/src/xfns.c	Sun Oct 04 02:25:42 2009 +0000
+++ b/src/xfns.c	Sun Oct 04 02:58:53 2009 +0000
@@ -2953,7 +2953,7 @@
 }
 
 
-/* Free what was was allocated in x_make_gc.  */
+/* Free what was allocated in x_make_gc.  */
 
 void
 x_free_gcs (f)