summaryrefslogtreecommitdiff
path: root/libavutil/tree.h
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2016-03-28 14:07:47 -0800
committerLou Logan <lou@lrcd.com>2016-03-28 14:13:17 -0800
commit06eef96b69d73a31f2b390955d1be0537214a0c8 (patch)
treeca45453b9853a6ad358966292639148a036f3a1a /libavutil/tree.h
parent99f2a59c2f298c2a8c0d1058759fd0ae81bc8c2e (diff)
downloadffmpeg-06eef96b69d73a31f2b390955d1be0537214a0c8.tar.gz
fix some a/an typos
Signed-off-by: Lou Logan <lou@lrcd.com>
Diffstat (limited to 'libavutil/tree.h')
-rw-r--r--libavutil/tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/tree.h b/libavutil/tree.h
index e1aefaa9f6..9a9e11b92c 100644
--- a/libavutil/tree.h
+++ b/libavutil/tree.h
@@ -120,8 +120,8 @@ void av_tree_destroy(struct AVTreeNode *t);
/**
* Apply enu(opaque, &elem) to all the elements in the tree in a given range.
*
- * @param cmp a comparison function that returns < 0 for a element below the
- * range, > 0 for a element above the range and == 0 for a
+ * @param cmp a comparison function that returns < 0 for an element below the
+ * range, > 0 for an element above the range and == 0 for an
* element inside the range
*
* @note The cmp function should use the same ordering used to construct the