Missed a ) in a comment.
authorNicholas Clark <nick@ccl4.org>
Tue, 31 Oct 2006 22:36:40 +0000 (22:36 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 31 Oct 2006 22:36:40 +0000 (22:36 +0000)
p4raw-id: //depot/perl@29177

perl.c

diff --git a/perl.c b/perl.c
index 269a18c..9cb183d 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -452,7 +452,7 @@ Perl_dump_sv_child(pTHX_ SV *sv)
        it to dump out to.  We can't let it hold open the file descriptor when it
        forks, as the file descriptor it will dump to can turn out to be one end
        of pipe that some other process will wait on for EOF. (So as it would
-       be open, the wait would be forever.  */
+       be open, the wait would be forever.)  */
 
     msg.msg_control = control.control;
     msg.msg_controllen = sizeof(control.control);