summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-12-18 13:32:21 -0700
committerKarl Williamson <khw@cpan.org>2014-12-29 13:52:56 -0700
commit2f306ab9fcefa58507af5830f60ce18c43bbad18 (patch)
tree4d9a6886d3ef90ca8815dcf831acb886e8a38801 /regexec.c
parentea5519d61c4e7f31f98e6f49013cbdadbfa26308 (diff)
downloadperl-2f306ab9fcefa58507af5830f60ce18c43bbad18.tar.gz
Nits in comments
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 1a5eb619b8..ebb80c3aac 100644
--- a/regexec.c
+++ b/regexec.c
@@ -498,7 +498,7 @@ S_isFOO_utf8_lc(pTHX_ const U8 classnum, const U8* character)
* '_char_class_number'.
*
* This just calls isFOO_lc on the code point for the character if it is in
- * the range 0-255. Outside that range, all characters avoid Unicode
+ * the range 0-255. Outside that range, all characters use Unicode
* rules, ignoring any locale. So use the Unicode function if this class
* requires a swash, and use the Unicode macro otherwise. */