summaryrefslogtreecommitdiff
path: root/av.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-02-07 11:43:02 -0700
committerKarl Williamson <public@khwilliamson.com>2013-02-08 14:44:24 -0700
commitdab460cdc878907f9f3f36b96709f818ac937409 (patch)
treedf2722f0718536486e11c6afadef2d508e3d67eb /av.h
parent2dbb0a307f0954c1222fc47c920f695d0b1db80d (diff)
downloadperl-dab460cdc878907f9f3f36b96709f818ac937409.tar.gz
Change name 'av_top' to 'av_top_index'
In using the av_top() function created in a recent commit, I found myself being confused, and thinking it meant the top element of the array, whereas it really means the index of the top element of that array. Since the new name has not appeared in a stable release, it can be changed, without remorse, to include 'index' in it.
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 500fe5af64..82b9919439 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_top()>. Deprecated, use C<av_top()> instead.
+Same as C<av_top_index()>. Deprecated, use C<av_top_index()> instead.
=cut
*/