diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-01-17 18:08:46 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-01-17 20:12:51 -0800 |
commit | ed874981157cca8cec3365be22401b7e115f2920 (patch) | |
tree | 6b70b28f6ec653bf8afbba3f5fefd8ef575a7e4a /pod | |
parent | 02f6dca18a121910440690de1dc781cb9cd4eb7b (diff) | |
download | perl-ed874981157cca8cec3365be22401b7e115f2920.tar.gz |
perlcall: dangling modifier
Whilst ‘whilst’ is nice, the sentence as it was before this change
indicated that the stack was in the call_pv call (whatever
that means).
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlcall.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlcall.pod b/pod/perlcall.pod index 4c28c43a1a..295d3b7380 100644 --- a/pod/perlcall.pod +++ b/pod/perlcall.pod @@ -633,7 +633,7 @@ still exist after the call to I<call_pv>. The purpose of the macro C<SPAGAIN> is to refresh the local copy of the stack pointer. This is necessary because it is possible that the memory -allocated to the Perl stack has been reallocated whilst in the +allocated to the Perl stack has been reallocated during the I<call_pv> call. If you are making use of the Perl stack pointer in your code you must |