summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-04-15 13:40:31 +0100
committerDavid Mitchell <davem@iabyn.com>2013-04-15 13:42:50 +0100
commit4702594c811d7b4ebdffa9ce3235e36835aa27c3 (patch)
tree77ba70f57c1813652a9b70f4cab20225056227d6 /regcomp.c
parent5a310f9b7c930a0212e335e587e6ef14d1ed263d (diff)
downloadperl-4702594c811d7b4ebdffa9ce3235e36835aa27c3.tar.gz
fix comment typo in regcomp.c
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index ee843e3d12..5183d98e53 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -5104,7 +5104,7 @@ STATIC bool
S_setup_longest(pTHX_ RExC_state_t *pRExC_state, SV* sv_longest, SV** rx_utf8, SV** rx_substr, I32* rx_end_shift, I32 lookbehind, I32 offset, I32 *minlen, STRLEN longest_length, bool eol, bool meol)
{
/* This is the common code for setting up the floating and fixed length
- * string data extracted from Perlre_op_compile() below. Returns a boolean
+ * string data extracted from Perl_re_op_compile() below. Returns a boolean
* as to whether succeeded or not */
I32 t,ml;