summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-08-28 18:50:22 -0600
committerKarl Williamson <khw@cpan.org>2014-09-03 12:43:15 -0600
commit6f16c8da34619f286a6f24a2d6286f398d3b4503 (patch)
tree267c3f1e7273b660a7734465088c808b1bbe4360 /regcomp.h
parent70422107c447d915bfc6189d56be459dadadf660 (diff)
downloadperl-6f16c8da34619f286a6f24a2d6286f398d3b4503.tar.gz
regcomp.h: Fix comment that said the opposite of the truth
Too many negations led to this.
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.h b/regcomp.h
index 68646f1a33..517670a54e 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -347,7 +347,7 @@ struct regnode_ssc {
#define PASS1 SIZE_ONLY
#define PASS2 (! SIZE_ONLY)
-/* If the bitmap doesn't fully represent what this ANYOF node can match, the
+/* If the bitmap fully represents what this ANYOF node can match, the
* ARG is set to this special value (since 0, 1, ... are legal, but will never
* reach this high). */
#define ANYOF_NONBITMAP_EMPTY ((U32) -1)