projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd0620
)
Fix spelling in comment
author
Karl Williamson
<public@khwilliamson.com>
Sat, 29 Oct 2011 14:52:07 +0000
(08:52 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Sat, 29 Oct 2011 18:28:43 +0000
(12:28 -0600)
pp_hot.c
patch
|
blob
|
history
diff --git
a/pp_hot.c
b/pp_hot.c
index
cb4a033
..
0b696ea
100644
(file)
--- 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 the
m
compiled,
+While the pattern is being assembled/concatenated and the
n
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.