summaryrefslogtreecommitdiff
path: root/pod/perlcall.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-01-17 18:08:46 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-01-17 20:12:51 -0800
commited874981157cca8cec3365be22401b7e115f2920 (patch)
tree6b70b28f6ec653bf8afbba3f5fefd8ef575a7e4a /pod/perlcall.pod
parent02f6dca18a121910440690de1dc781cb9cd4eb7b (diff)
downloadperl-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/perlcall.pod')
-rw-r--r--pod/perlcall.pod2
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