From 5bd22ef8faca6c75d525ca858303ea7389257cb1 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 5 Jan 1996 10:03:17 +0000 Subject: Comment fixes. --- src/dired.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dired.c') diff --git a/src/dired.c b/src/dired.c index 8e6add1f6e8..54ba7437912 100644 --- a/src/dired.c +++ b/src/dired.c @@ -152,7 +152,7 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\ 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 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\ 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); -- cgit v1.2.1