This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.h: Fix up comment
authorKarl Williamson <khw@cpan.org>
Mon, 18 Nov 2019 03:39:11 +0000 (20:39 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 18 Nov 2019 04:23:44 +0000 (21:23 -0700)
regcomp.h

index 53e81db..ba609d8 100644 (file)
--- 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