From: Stas Bekman Date: Thu, 24 Jul 2003 16:49:27 +0000 (+0200) Subject: Re: [typo] sv.c pod/perlapi.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4be49ee61a2cd6ec9ba90ecf286cbb4ee1cf7e96;p=p5sagit%2Fp5-mst-13.2.git Re: [typo] sv.c pod/perlapi.pod Message-ID: <3F1FF1F7.30500@stason.org> p4raw-id: //depot/perl@20209 --- diff --git a/pod/perlapi.pod b/pod/perlapi.pod index ba00769..481ee10 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -512,7 +512,7 @@ Found in file handy.h Create and return a new interpreter by cloning the current one. -perl_clone takes these flags as paramters: +perl_clone takes these flags as parameters: CLONEf_COPY_STACKS - is used to, well, copy the stacks also, without it we only clone the data and zero the stacks, diff --git a/sv.c b/sv.c index 542530d..c31ada7 100644 --- a/sv.c +++ b/sv.c @@ -10718,7 +10718,7 @@ Perl_ss_dup(pTHX_ PerlInterpreter *proto_perl, CLONE_PARAMS* param) Create and return a new interpreter by cloning the current one. -perl_clone takes these flags as paramters: +perl_clone takes these flags as parameters: CLONEf_COPY_STACKS - is used to, well, copy the stacks also, without it we only clone the data and zero the stacks,