diff options
author | Karl Williamson <khw@cpan.org> | 2014-07-27 21:19:48 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-01-21 22:47:28 -0700 |
commit | 631e9161d5fa929209e03809e7cc3de8b423fec3 (patch) | |
tree | 075705547bc46f478ab254359559d1892e30cc01 /regcomp.h | |
parent | 088d3c625c5d08e639346a9310e125b2695315ac (diff) | |
download | perl-631e9161d5fa929209e03809e7cc3de8b423fec3.tar.gz |
regcomp.h: Clarify comment
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |