summaryrefslogtreecommitdiff
path: root/pad.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-27 22:18:31 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-30 11:48:41 -0800
commit863f2221fb3e688e30e71fb86c1599bdc55d4a3f (patch)
tree30467170a305dbcf153a81264d22c6cfdfeb69a9 /pad.h
parent3e020df5bba4b6ec0679d434d7a1d016fedd0150 (diff)
downloadperl-863f2221fb3e688e30e71fb86c1599bdc55d4a3f.tar.gz
pad.h: Update PadnamePV description
GVs have been using ‘constant’ pad names for a while now, since v5.21.3-188-gc2bad63.
Diffstat (limited to 'pad.h')
-rw-r--r--pad.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pad.h b/pad.h
index 8c2bee814f..5be78c0764 100644
--- a/pad.h
+++ b/pad.h
@@ -226,8 +226,8 @@ The C array of pad entries.
The index of the last pad entry.
=for apidoc Amx|char *|PadnamePV|PADNAME pn
-The name stored in the pad name struct. This returns NULL for a target or
-GV slot.
+The name stored in the pad name struct. This returns NULL for a target
+slot.
=for apidoc Amx|STRLEN|PadnameLEN|PADNAME pn
The length of the name.