From 4b714af6fa31f14f6cc58acda554a5dbef2f5248 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 30 Nov 2010 17:45:54 -0700 Subject: [PATCH] regcomp.c: typo in comment --- regcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regcomp.c b/regcomp.c index 624a1b6..b970ab8 100644 --- a/regcomp.c +++ b/regcomp.c @@ -1156,7 +1156,7 @@ the silent ignoring of duplicate alternations which are of the form: / (DUPE|DUPE) X? (?{ ... }) Y /x -Thus EVAL blocks follwing a trie may be called a different number of times with +Thus EVAL blocks following a trie may be called a different number of times with and without the optimisation. With the optimisations dupes will be silently ignored. This inconsistant behaviour of EVAL type nodes is well established as the following demonstrates: -- 1.8.3.1