regcomp.c: Fix typo in comment
authorKarl Williamson <public@khwilliamson.com>
Sun, 17 Oct 2010 16:38:37 +0000 (10:38 -0600)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 21 Oct 2010 21:48:15 +0000 (14:48 -0700)
regcomp.c

index e0f65fa..b5493f4 100644 (file)
--- 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,