summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-10-31 22:36:40 +0000
committerNicholas Clark <nick@ccl4.org>2006-10-31 22:36:40 +0000
commitb293a5f82b89c42cd48ef477c1be57a87e71d275 (patch)
tree231af50641e9ba0971feb003caf5d7376a463b51 /perl.c
parenta8a2757492ad782cc3d50ec2192d07c91c4d6336 (diff)
downloadperl-b293a5f82b89c42cd48ef477c1be57a87e71d275.tar.gz
Missed a ) in a comment.
p4raw-id: //depot/perl@29177
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 269a18c397..9cb183dda5 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);