From 4e19c54bba2320807aca2f5aa19a4a0646e2a82c Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 29 Oct 2011 08:52:07 -0600 Subject: Fix spelling in comment --- pp_hot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pp_hot.c') diff --git a/pp_hot.c b/pp_hot.c index cb4a033781..0b696eaab3 100644 --- a/pp_hot.c +++ b/pp_hot.c @@ -1964,7 +1964,7 @@ PP(pp_iter) /* A description of how taint works in pattern matching and substitution. -While the pattern is being assembled/concatenated and them compiled, +While the pattern is being assembled/concatenated and then compiled, PL_tainted will get set if any component of the pattern is tainted, e.g. /.*$tainted/. At the end of pattern compilation, the RXf_TAINTED flag is set on the pattern if PL_tainted is set. -- cgit v1.2.1