Comment correction.
Jarkko Hietaniemi [Sat, 3 Nov 2001 17:51:44 +0000 (17:51 +0000)]
p4raw-id: //depot/perl@12834

regcomp.c

index b5f7164..9c30566 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -3179,7 +3179,7 @@ S_regwhite(pTHX_ char *p, char *e)
    Character classes ([:foo:]) can also be negated ([:^foo:]).
    Returns a named class id (ANYOF_XXX) if successful, -1 otherwise.
    Equivalence classes ([=foo=]) and composites ([.foo.]) are parsed,
-   but trigger warnings because they are currently unimplemented. */
+   but trigger failures because they are currently unimplemented. */
 STATIC I32
 S_regpposixcc(pTHX_ RExC_state_t *pRExC_state, I32 value)
 {