From f6e17a8494f84e70891cf58d8de1f22dbeac544c Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 17 Oct 2010 10:38:37 -0600 Subject: [PATCH] regcomp.c: Fix typo in comment --- regcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regcomp.c b/regcomp.c index e0f65fa..b5493f4 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, -- 2.7.4