summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-05-23 00:48:49 -0600
committerKarl Williamson <khw@cpan.org>2019-05-24 17:09:29 -0600
commitefec1f81243e3b567629efa4571266438ac98ec7 (patch)
tree07343128c196ece20522f46b2320fad6bce87b28 /regcomp.sym
parent02fd9d541c593812f3e152dc406cb4399353d5dc (diff)
downloadperl-efec1f81243e3b567629efa4571266438ac98ec7.tar.gz
regcomp.sym: Fix typo in comment
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.sym b/regcomp.sym
index 5e80ea82f7..51f3176bcf 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -118,7 +118,7 @@ EXACTFAA_NO_TRIE EXACT, str ; Match this string using /iaa rules (w/len) (str
EXACT_ONLY8 EXACT, str ; Like EXACT, but only UTF-8 encoded targets can match
EXACTFU_ONLY8 EXACT, str ; Like EXACTFU, but only UTF-8 encoded targets can match
-# One could add EXACTFAA8 and and something that has the same effect for /l,
+# One could add EXACTFAA8 and something that has the same effect for /l,
# but these would be extremely uncommon
EXACTFU_S_EDGE EXACT, str ; /di rules, but nothing in it precludes /ui, except begins and/or ends with [Ss]; (string not UTF-8; compile-time only).