summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-10-17 10:38:37 -0600
committerFather Chrysostomos <sprout@cpan.org>2010-10-21 14:48:15 -0700
commitf6e17a8494f84e70891cf58d8de1f22dbeac544c (patch)
tree22be7fc841f769cd3d1134d91203eaabebe3b623 /regcomp.c
parent76a2b88f6f42d780c1d7625b9d510847a6aff624 (diff)
downloadperl-f6e17a8494f84e70891cf58d8de1f22dbeac544c.tar.gz
regcomp.c: Fix typo in comment
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index e0f65fa955..b5493f4eaf 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -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,