This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Add functions for Turkic locale case changing
[perl5.git] / pad.c
diff --git a/pad.c b/pad.c
index ae43dcc..f73fc55 100644 (file)
--- 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
 */