This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sync base with CPAN and update Maintainers.pl
[perl5.git] / lib / perl5db.pl
index e7ec200..03ef2a2 100644 (file)
@@ -1056,7 +1056,7 @@ warn(               # Do not ;-)
   )
   if 0;
 
-# without threads, $filename is not defined until DB::sub is called
+# without threads, $filename is not defined until DB::DB is called
 foreach my $k (keys (%INC)) {
        &share(\$main::{'_<'.$filename}) if defined $filename;
 };