diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-10-29 08:52:07 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-10-29 12:28:43 -0600 |
commit | 4e19c54bba2320807aca2f5aa19a4a0646e2a82c (patch) | |
tree | e87273df5df7468c3ae37fe2fc7f7fb3de1a11eb | |
parent | 3cd06200825191a959443ae5cfa72d9226c23ceb (diff) | |
download | perl-4e19c54bba2320807aca2f5aa19a4a0646e2a82c.tar.gz |
Fix spelling in comment
-rw-r--r-- | pp_hot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |