summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regcomp.c b/regcomp.c
index 01bb71a39a..e9532bfb87 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -3486,7 +3486,7 @@ S_regpposixcc(pTHX_ RExC_state_t *pRExC_state, I32 value)
= complement ? ANYOF_NLOWER : ANYOF_LOWER;
}
if (memEQ(posixcc, "uppe", 4)) {
- /* r */
+ /* r */
namedclass
= complement ? ANYOF_NUPPER : ANYOF_UPPER;
}
@@ -3498,7 +3498,7 @@ S_regpposixcc(pTHX_ RExC_state_t *pRExC_state, I32 value)
= complement ? ANYOF_NDIGIT : ANYOF_DIGIT;
}
if (memEQ(posixcc, "prin", 4)) {
- /* t */
+ /* t */
namedclass
= complement ? ANYOF_NPRINT : ANYOF_PRINT;
}