summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2008-05-18 12:07:19 +0000
committerDave Mitchell <davem@fdisolutions.com>2008-05-18 12:07:19 +0000
commit8233f60648c4d7c6fe2ee4948ff96b64f4c18d2f (patch)
treefc074eb346f6bc68684d52b87c0a2c83cf05fc8b
parente9d89077a60de61f809018ce831b9605072266b7 (diff)
downloadperl-8233f60648c4d7c6fe2ee4948ff96b64f4c18d2f.tar.gz
fix misleading comment about Perl_re_dup_guts
p4raw-id: //depot/perl@33853
-rw-r--r--regcomp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regcomp.c b/regcomp.c
index 07d55355f8..9d8008e6e9 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