From: Stas Bekman Date: Wed, 11 Feb 2004 16:53:54 +0000 (-0800) Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set()) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9137a8ed4f72db2f97084a7d7193875b4d47d12;p=p5sagit%2Fp5-mst-13.2.git [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set()) Message-ID: <402ACEA2.4020907@stason.org> p4raw-id: //depot/perl@22299 --- diff --git a/perl.c b/perl.c index f32e346..dfc2a3f 100644 --- a/perl.c +++ b/perl.c @@ -963,7 +963,7 @@ setuid perl scripts securely.\n"); { /* Set PL_origalen be the sum of the contiguous argv[] * elements plus the size of the env in case that it is - * contiguous with the argv[]. This is used in mg.c:mg_set() + * contiguous with the argv[]. This is used in mg.c:Perl_magic_set() * as the maximum modifiable length of $0. In the worst case * the area we are able to modify is limited to the size of * the original argv[0]. (See below for 'contiguous', though.)