This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
closure.t: fix typo
authorDavid Mitchell <davem@iabyn.com>
Mon, 5 Jun 2017 14:33:42 +0000 (15:33 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 5 Jun 2017 14:33:42 +0000 (15:33 +0100)
t/op/closure.t

index 9d3de7f..042f15e 100644 (file)
@@ -611,7 +611,7 @@ f16302();
 }
 
 {
-   # bugid #23265 - this used to coredump during destruction of PL_maincv
+   # bugid #23265 - this used to coredump during destruction of PL_main_cv
    # and its children
 
     fresh_perl_is(<< '__EOF__', "yxx\n", {stderr => 1}, 'RT #23265');