From: Jarkko Hietaniemi Date: Sat, 3 Nov 2001 17:51:44 +0000 (+0000) Subject: Comment correction. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=beeb77fc17e11913205723efb9351ff771305f35;p=p5sagit%2Fp5-mst-13.2.git Comment correction. p4raw-id: //depot/perl@12834 --- diff --git a/regcomp.c b/regcomp.c index b5f7164..9c30566 100644 --- 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) {