summaryrefslogtreecommitdiff
path: root/av.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-12-27 15:21:47 -0700
committerKarl Williamson <public@khwilliamson.com>2013-01-19 22:53:04 -0700
commit36baafc9b54ecc5cdea82552276a70b5218958bb (patch)
treeb2f6e8c58190cd81605b11b9c2e6139fb53ee13b /av.h
parent8fb629dbc35ef4d5ec17062231fd1a79dc5a0a75 (diff)
downloadperl-36baafc9b54ecc5cdea82552276a70b5218958bb.tar.gz
Add av_top() synonym for av_len()
av_len() is misleadingly named.
Diffstat (limited to 'av.h')
-rw-r--r--av.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/av.h b/av.h
index 35c921fe6f..500fe5af64 100644
--- a/av.h
+++ b/av.h
@@ -47,7 +47,7 @@ Null AV pointer.
=head1 Array Manipulation Functions
=for apidoc Am|int|AvFILL|AV* av
-Same as C<av_len()>. Deprecated, use C<av_len()> instead.
+Same as C<av_top()>. Deprecated, use C<av_top()> instead.
=cut
*/