summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-04-24 19:18:04 +0000
committerNicholas Clark <nick@ccl4.org>2021-04-24 19:18:04 +0000
commitcc442aa11603e0c7e48d5a720d86275d124520b5 (patch)
tree551b7be3499bc1c0ed1c4e927a878e4e0123a5d7 /pp_hot.c
parentfd11779cdb4d6f04f5f869d890845a060b696bba (diff)
downloadperl-cc442aa11603e0c7e48d5a720d86275d124520b5.tar.gz
Remove a double negative from a comment, clarifying that this is the default.
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 5119638b9f..3348afedf1 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -4089,8 +4089,8 @@ PP(pp_iter)
/*
A description of how taint works in pattern matching and substitution.
-This is all conditional on NO_TAINT_SUPPORT not being defined. Under
-NO_TAINT_SUPPORT, taint-related operations should become no-ops.
+This is all conditional on NO_TAINT_SUPPORT remaining undefined (the default).
+Under NO_TAINT_SUPPORT, taint-related operations should become no-ops.
While the pattern is being assembled/concatenated and then compiled,
PL_tainted will get set (via TAINT_set) if any component of the pattern