summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-18 11:46:40 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-21 16:51:16 -0700
commitc14a2249bee4eceb6ba7e9a660450a754d3d56b9 (patch)
tree6314b3667c7736114025dbb779e82246f1159b25 /pad.c
parent36c300bbdcc2e5f7d99e22c67be087ae5fa8fd96 (diff)
downloadperl-c14a2249bee4eceb6ba7e9a660450a754d3d56b9.tar.gz
pad.c: Use PAD_ARRAY rather than AvARRAY in curpad docs
Diffstat (limited to 'pad.c')
-rw-r--r--pad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pad.c b/pad.c
index a60d7c1840..4d5563534a 100644
--- a/pad.c
+++ b/pad.c
@@ -125,7 +125,7 @@ values for the pad for the currently-executing code.
=for apidoc AmxU|SV **|PL_curpad
Points directly to the body of the L</PL_comppad> array.
-(I.e., this is C<AvARRAY(PL_comppad)>.)
+(I.e., this is C<PAD_ARRAY(PL_comppad)>.)
=cut
*/