summaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-08-08 07:49:21 +0000
committerGlenn Morris <rgm@gnu.org>2007-08-08 07:49:21 +0000
commite0f24100c74828aadd926f0afa6e3440be8c89d0 (patch)
tree3fb96e2684078c6612126ecc1d668fd87866a041 /src/regex.c
parent22e9fe2445883d651799f027917cd50d065f200d (diff)
downloademacs-e0f24100c74828aadd926f0afa6e3440be8c89d0.tar.gz
Replace `iff' in comments.
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 095afa1c465..6435133c96f 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -2048,7 +2048,7 @@ re_wctype (str)
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;