From: Dave Mitchell Date: Sun, 18 May 2008 12:07:19 +0000 (+0000) Subject: fix misleading comment about Perl_re_dup_guts X-Git-Tag: accepted/trunk/20130322.191538~13111 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8233f60648c4d7c6fe2ee4948ff96b64f4c18d2f;p=platform%2Fupstream%2Fperl.git fix misleading comment about Perl_re_dup_guts p4raw-id: //depot/perl@33853 --- diff --git a/regcomp.c b/regcomp.c index 07d5535..9d8008e 100644 --- a/regcomp.c +++ b/regcomp.c @@ -9512,8 +9512,8 @@ Perl_regfree_internal(pTHX_ REGEXP * const rx) /* re_dup - duplicate a regexp. - This routine is expected to clone a given regexp structure. It is not - compiler under USE_ITHREADS. + This routine is expected to clone a given regexp structure. It is only + compiled under USE_ITHREADS. After all of the core data stored in struct regexp is duplicated the regexp_engine.dupe method is used to copy any private data