summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-12-08 14:46:48 -0700
committerKarl Williamson <khw@cpan.org>2018-12-09 09:24:33 -0700
commitb34f51a7819fd42d0606d7caba48ee4e784dd6aa (patch)
tree3060270c2f403cfb591189b129a18026dd73910b /regcomp.h
parent540fa6e13ee03c8b97e3406902f8bd4984eeec3f (diff)
downloadperl-b34f51a7819fd42d0606d7caba48ee4e784dd6aa.tar.gz
regcomp.h: Fix typo in 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 c76edd7649..eb100bb3c6 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -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)