This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
diagnostics.pm: Eliminate $WHOAMI
[perl5.git] / doio.c
diff --git a/doio.c b/doio.c
index 86f366a..1fbc9a0 100644 (file)
--- a/doio.c
+++ b/doio.c
@@ -2363,7 +2363,7 @@ Perl_do_shmio(pTHX_ I32 optype, SV **mark, SV **sp)
 =for apidoc start_glob
 
 Function called by C<do_readline> to spawn a glob (or do the glob inside
-perl on VMS). This code used to be inline, but now perl uses C<File::Glob>
+perl on VMS).  This code used to be inline, but now perl uses C<File::Glob>
 this glob starter is only used by miniperl during the build process.
 Moving it away shrinks pp_hot.c; shrinking pp_hot.c helps speed perl up.