From f792674226f74e98903d6b00d08167effecfd8e9 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 27 Jun 2012 17:18:20 -0600 Subject: [PATCH] regcomp.c: Correct outdated comment --- regcomp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/regcomp.c b/regcomp.c index e2218bd..adeec44 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" -- 2.7.4