diff options
author | Karl Williamson <khw@cpan.org> | 2018-12-08 14:46:48 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-12-09 09:24:33 -0700 |
commit | b34f51a7819fd42d0606d7caba48ee4e784dd6aa (patch) | |
tree | 3060270c2f403cfb591189b129a18026dd73910b /regcomp.h | |
parent | 540fa6e13ee03c8b97e3406902f8bd4984eeec3f (diff) | |
download | perl-b34f51a7819fd42d0606d7caba48ee4e784dd6aa.tar.gz |
regcomp.h: Fix typo in comment
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ struct regnode_2 { * Cyrillic, Greek, Hebrew, Indian subcontinent, Latin, and Thai; but not Han, * Japanese, nor Korean. (The regarglen structure in regnodes.h is a U8, and * the trie types TRIEC and AHOCORASICKC are larger than U8 for shift values - * below above 12.) Be sure to benchmark before changing, as larger sizes do + * above 12.) Be sure to benchmark before changing, as larger sizes do * significantly slow down the test suite */ #define NUM_ANYOF_CODE_POINTS (1 << 8) |