diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-10-17 10:38:37 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-21 14:48:15 -0700 |
commit | f6e17a8494f84e70891cf58d8de1f22dbeac544c (patch) | |
tree | 22be7fc841f769cd3d1134d91203eaabebe3b623 /regcomp.c | |
parent | 76a2b88f6f42d780c1d7625b9d510847a6aff624 (diff) | |
download | perl-f6e17a8494f84e70891cf58d8de1f22dbeac544c.tar.gz |
regcomp.c: Fix typo in comment
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8819,7 +8819,7 @@ S_reg_skipcomment(pTHX_ RExC_state_t *pRExC_state) /* nextchar() - Advance that parse position, and optionall absorbs + Advance that parse position, and optionally absorbs "whitespace" from the inputstream. Without /x "whitespace" means (?#...) style comments only, |