From e9137a8ed4f72db2f97084a7d7193875b4d47d12 Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Wed, 11 Feb 2004 08:53:54 -0800 Subject: [PATCH] [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set()) Message-ID: <402ACEA2.4020907@stason.org> p4raw-id: //depot/perl@22299 --- perl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.) -- 2.7.4