summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorStas Bekman <stas@stason.org>2004-02-11 08:53:54 -0800
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-02-12 14:32:15 +0000
commite9137a8ed4f72db2f97084a7d7193875b4d47d12 (patch)
treea82ff99fd1d0ea336d4eb5794d18b708112d8d93 /perl.c
parent770c139a437bb4b020b3675d69351268adca1056 (diff)
downloadperl-e9137a8ed4f72db2f97084a7d7193875b4d47d12.tar.gz
[comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
Message-ID: <402ACEA2.4020907@stason.org> p4raw-id: //depot/perl@22299
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 f32e346950..dfc2a3f231 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.)