summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-06-27 17:18:20 -0600
committerKarl Williamson <public@khwilliamson.com>2012-07-24 21:13:43 -0600
commitf792674226f74e98903d6b00d08167effecfd8e9 (patch)
tree23da3327ee47941b5dedd88875ceb380dee6f068 /regcomp.c
parent8e661ac5489f620197f5f1d82f95c4a7c44b8f32 (diff)
downloadperl-f792674226f74e98903d6b00d08167effecfd8e9.tar.gz
regcomp.c: Correct outdated comment
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/regcomp.c b/regcomp.c
index e2218bd123..adeec44efb 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -2634,9 +2634,9 @@ S_make_trie_failtable(pTHX_ RExC_state_t *pRExC_state, regnode *source, regnode
* problematic sequences. This delta is used by the caller to adjust the
* min length of the match, and the delta between min and max, so that the
* optimizer doesn't reject these possibilities based on size constraints.
- * 2) These sequences are not currently correctly handled by the trie code
- * either, so it changes the joined node type to ops that are not handled
- * by trie's, those new ops being EXACTFU_SS and EXACTFU_TRICKYFOLD.
+ * 2) These sequences require special handling by the trie code, so it
+ * changes the joined node type to ops for the trie's benefit, those new
+ * ops being EXACTFU_SS and EXACTFU_TRICKYFOLD.
* 3) This is sufficient for the two Greek sequences (described below), but
* the one involving the Sharp s (\xDF) needs more. The node type
* EXACTFU_SS is used for an EXACTFU node that contains at least one "ss"