summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2018-01-18 12:26:54 -0800
committerFather Chrysostomos <sprout@cpan.org>2018-01-18 12:26:54 -0800
commitefa4252e63d0152e40ea6d9d8fc345fcea59c5f2 (patch)
tree4953da987b0db7ca0c3b8bc3078d70783905bddd /pad.c
parent847fe5626cf3eeafbd2b7b31f7b89607d29451c2 (diff)
downloadperl-efa4252e63d0152e40ea6d9d8fc345fcea59c5f2.tar.gz
Correct pad.c pod: PadARRAY, not PAD_ARRAY
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 ae43dcc35e..f73fc550f9 100644
--- a/pad.c
+++ b/pad.c
@@ -137,7 +137,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<PAD_ARRAY(PL_comppad)>.)
+(I.e., this is C<PadARRAY(PL_comppad)>.)
=cut
*/