]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/tree.h
Merge commit 'dc4983d78af2a666461654067d2e5d45b835358a'
[ffmpeg] / libavutil / tree.h
index e1aefaa9f605c2007e60b955635b53806d7b78e8..9a9e11b92c5f49782c5c7bbdefef4deccfef1fad 100644 (file)
@@ -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