]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/tree.h
avcodec/aic: unbreak decoding of files with slice_width != 16
[ffmpeg] / libavutil / tree.h
index 9a9e11b92c5f49782c5c7bbdefef4deccfef1fad..d5e0aebfbdb7c1f7e4fc36b437f5c6147c82b94a 100644 (file)
@@ -58,7 +58,7 @@ struct AVTreeNode *av_tree_node_alloc(void);
  *             then the corresponding entry in next is unchanged.
  * @param cmp compare function used to compare elements in the tree,
  *            API identical to that of Standard C's qsort
- *            It is guranteed that the first and only the first argument to cmp()
+ *            It is guaranteed that the first and only the first argument to cmp()
  *            will be the key parameter to av_tree_find(), thus it could if the
  *            user wants, be a different type (like an opaque context).
  * @return An element with cmp(key, elem) == 0 or NULL if no such element