summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorStas Bekman <stas@stason.org>2003-07-24 18:49:27 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-24 13:42:58 +0000
commit4be49ee61a2cd6ec9ba90ecf286cbb4ee1cf7e96 (patch)
tree17dcceecf5d3808cad9083397afcf6b89db21e4b /sv.c
parent91ae37e2b9d749e548508367f5ed1acb070b1fd2 (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 542530d102..c31ada73e9 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,