diff options
author | David Mitchell <davem@iabyn.com> | 2013-04-15 13:40:31 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2013-04-15 13:42:50 +0100 |
commit | 4702594c811d7b4ebdffa9ce3235e36835aa27c3 (patch) | |
tree | 77ba70f57c1813652a9b70f4cab20225056227d6 /regcomp.c | |
parent | 5a310f9b7c930a0212e335e587e6ef14d1ed263d (diff) | |
download | perl-4702594c811d7b4ebdffa9ce3235e36835aa27c3.tar.gz |
fix comment typo in regcomp.c
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |