diff src/regex.c @ 78501:1677cf1c2509

Replace `iff' in comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:49:21 +0000
parents 655b84302874
children 475182f565ba e5a68f18fcb9
line wrap: on
line diff
--- a/src/regex.c	Wed Aug 08 07:48:26 2007 +0000
+++ b/src/regex.c	Wed Aug 08 07:49:21 2007 +0000
@@ -2048,7 +2048,7 @@
   else return 0;
 }
 
-/* True iff CH is in the char class CC.  */
+/* True if CH is in the char class CC.  */
 boolean
 re_iswctype (ch, cc)
      int ch;