In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/5956eec7c8ad0c228d38f744371ebafd305d8088?hp=779a694fbef8016d0f863c1413faf8e4765ff24c>

- Log -----------------------------------------------------------------
commit 5956eec7c8ad0c228d38f744371ebafd305d8088
Author: Lukas Mai <l....@web.de>
Date:   Tue Aug 29 20:57:52 2017 +0200

    fix typo in comment
-----------------------------------------------------------------------

Summary of changes:
 dump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dump.c b/dump.c
index 1628ca398c..a2c0bbc5b5 100644
--- a/dump.c
+++ b/dump.c
@@ -1840,7 +1840,7 @@ Perl_do_sv_dump(pTHX_ I32 level, PerlIO *file, SV *sv, 
I32 nest, I32 maxnest, bo
             }
            Perl_dump_indent(aTHX_ level, file, "  CUR = %" IVdf "\n", 
(IV)SvCUR(sv));
            if (re && type == SVt_PVLV)
-                /* LV-as-REGEXP usurps len field to store poiunter to
+                /* LV-as-REGEXP usurps len field to store pointer to
                  * regexp struct */
                Perl_dump_indent(aTHX_ level, file, "  REGEXP = 0x%" UVxf "\n",
                    PTR2UV(((XPV*)SvANY(sv))->xpv_len_u.xpvlenu_rx));

--
Perl5 Master Repository

Reply via email to