diff src/syntax.c @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 3ee951a22a80
children 87815c142cb2
line wrap: on
line diff
--- a/src/syntax.c	Wed Jun 09 11:33:38 1993 +0000
+++ b/src/syntax.c	Wed Jun 09 11:59:12 1993 +0000
@@ -774,7 +774,7 @@
 		      }
 
 		    /* If we find another earlier comment-ender,
-		       any comment-starts earier than that don't count
+		       any comment-starts earlier than that don't count
 		       (because they go with the earlier comment-ender).  */
 		    if (code == Sendcomment
 			&& SYNTAX_COMMENT_STYLE (FETCH_CHAR (from)) == comstyle)
@@ -1161,7 +1161,7 @@
 		      }
 
 		    /* If we find another earlier comment-ender,
-		       any comment-starts earier than that don't count
+		       any comment-starts earlier than that don't count
 		       (because they go with the earlier comment-ender).  */
 		    if (code == Sendcomment
 			&& SYNTAX_COMMENT_STYLE (FETCH_CHAR (from)) == comstyle)