diff options
author | Stas Bekman <stas@stason.org> | 2003-07-24 18:49:27 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-24 13:42:58 +0000 |
commit | 4be49ee61a2cd6ec9ba90ecf286cbb4ee1cf7e96 (patch) | |
tree | 17dcceecf5d3808cad9083397afcf6b89db21e4b /sv.c | |
parent | 91ae37e2b9d749e548508367f5ed1acb070b1fd2 (diff) | |
download | perl-4be49ee61a2cd6ec9ba90ecf286cbb4ee1cf7e96.tar.gz |
Re: [typo] sv.c pod/perlapi.pod
Message-ID: <3F1FF1F7.30500@stason.org>
p4raw-id: //depot/perl@20209
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |