From 1e62ac33a10830c28db17da2c54df825238f3e85 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sat, 7 Mar 1998 01:37:10 +0000 Subject: [PATCH] [win32] a missed s/sp/SP/ p4raw-id: //depot/win32/perl@796 --- pod/perlcall.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlcall.pod b/pod/perlcall.pod index ae1030c..865d3bf 100644 --- a/pod/perlcall.pod +++ b/pod/perlcall.pod @@ -542,7 +542,7 @@ Here are a few notes on the C function I. Parameters are passed to the Perl subroutine using the Perl stack. This is the purpose of the code beginning with the line C and -ending with the line C. The declares a local copy +ending with the line C. The C declares a local copy of the stack pointer. This local copy should B be accessed as C. -- 1.8.3.1