Commit ca699ac2 authored by Stefano Sabatini's avatar Stefano Sabatini

dict: fix various typos

parent 94e59cb8
...@@ -21,11 +21,10 @@ ...@@ -21,11 +21,10 @@
* @file Public dictionary API. * @file Public dictionary API.
* @deprecated * @deprecated
* AVDictionary is provided for compatibility with libav. It is both in * AVDictionary is provided for compatibility with libav. It is both in
* implementation as well as API inefficient. It doesnt scale and is * implementation as well as API inefficient. It does not scale and is
* be extreemly slow with large dictionaries. * extremely slow with large dictionaries.
* It is recommanded that new code uses our tree container from tree.c/h * It is recommended that new code uses our tree container from tree.c/h
* where applicable. * where applicable, which uses AVL trees to achive O(log n) performance.
* Which uses AVL trees to achive O(log n) performance
*/ */
#ifndef AVUTIL_DICT_H #ifndef AVUTIL_DICT_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment