summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-11-17 20:39:11 -0700
committerKarl Williamson <khw@cpan.org>2019-11-17 21:23:44 -0700
commit42d0f81a97a0084ad17af6ac19853db794e41ab5 (patch)
treebab02843994719bbd4310412c6c67ab20be369a3 /regcomp.h
parent2d5613be2139e3ec2e5cf6a54ecbae6ba8b3a1e0 (diff)
downloadperl-42d0f81a97a0084ad17af6ac19853db794e41ab5.tar.gz
regcomp.h: Fix up comment
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.h b/regcomp.h
index 53e81dba37..ba609d82f7 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -465,7 +465,7 @@ struct regnode_ssc {
* 2) A subset of item 1) is if all possible code points outside the bitmap
* match. This is a common occurrence when the class is complemented,
* like /[^ij]/. Therefore a bit is reserved to indicate this,
- * rather than having a more expensive inversion list created,
+ * rather than having an inversion list created,
* ANYOF_MATCHES_ALL_ABOVE_BITMAP.
* 3) Under /d rules, it can happen that code points that are in the upper
* latin1 range (\x80-\xFF or their equivalents on EBCDIC platforms) match