diff src/dired.c @ 14036:621a575db6f7

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 10:03:17 +0000
parents 93b67f07b194
children afef050ad4e6
line wrap: on
line diff
--- a/src/dired.c	Fri Jan 05 08:57:33 1996 +0000
+++ b/src/dired.c	Fri Jan 05 10:03:17 1996 +0000
@@ -152,7 +152,7 @@
       CHECK_STRING (match, 3);
 
       /* MATCH might be a flawed regular expression.  Rather than
-	 catching and signalling our own errors, we just call
+	 catching and signaling our own errors, we just call
 	 compile_pattern to do the work for us.  */
 #ifdef VMS
       bufp = compile_pattern (match, 0,
@@ -166,7 +166,7 @@
      which might compile a new regexp until we're done with the loop!  */
 
   /* Do this opendir after anything which might signal an error; if
-     an error is signalled while the directory stream is open, we
+     an error is signaled while the directory stream is open, we
      have to make sure it gets closed, and setting up an
      unwind_protect to do so would be a pain.  */
   d = opendir (XSTRING (dirfilename)->data);