summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-07-27 21:19:48 -0600
committerKarl Williamson <khw@cpan.org>2015-01-21 22:47:28 -0700
commit631e9161d5fa929209e03809e7cc3de8b423fec3 (patch)
tree075705547bc46f478ab254359559d1892e30cc01 /regcomp.h
parent088d3c625c5d08e639346a9310e125b2695315ac (diff)
downloadperl-631e9161d5fa929209e03809e7cc3de8b423fec3.tar.gz
regcomp.h: Clarify comment
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 a11189380a..de31d65608 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -243,7 +243,7 @@ struct regnode_ssc {
U16 next_off;
U32 arg1;
char bitmap[ANYOF_BITMAP_SIZE]; /* both compile-time ... */
- U32 classflags; /* and run-time */
+ U32 classflags; /* ... and run-time */
/* Auxiliary, only used during construction; NULL afterwards: list of code
* points matched */