From: Nicholas Clark Date: Tue, 31 Oct 2006 22:36:40 +0000 (+0000) Subject: Missed a ) in a comment. X-Git-Tag: accepted/trunk/20130322.191538~16715 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b293a5f82b89c42cd48ef477c1be57a87e71d275;p=platform%2Fupstream%2Fperl.git Missed a ) in a comment. p4raw-id: //depot/perl@29177 --- diff --git a/perl.c b/perl.c index 269a18c..9cb183d 100644 --- 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);