diff src/regex.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 bac26aa40069
line wrap: on
line diff
--- 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