[FFmpeg-cvslog] dict: fix various typos

Stefano Sabatini git at videolan.org
Tue Jun 28 10:42:35 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Tue Jun 28 10:35:30 2011 +0200| [ca699ac24e85c2f4ef8effa5d57d1c3082160d30] | committer: Stefano Sabatini

dict: fix various typos

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca699ac24e85c2f4ef8effa5d57d1c3082160d30
---

 libavutil/dict.h |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/libavutil/dict.h b/libavutil/dict.h
index dc575eb..b960923 100644
--- a/libavutil/dict.h
+++ b/libavutil/dict.h
@@ -21,11 +21,10 @@
  * @file Public dictionary API.
  * @deprecated
  *  AVDictionary is provided for compatibility with libav. It is both in
- *  implementation as well as API inefficient. It doesnt scale and is
- *  be extreemly slow with large dictionaries.
- *  It is recommanded that new code uses our tree container from tree.c/h
- *  where applicable.
- *  Which uses AVL trees to achive O(log n) performance
+ *  implementation as well as API inefficient. It does not scale and is
+ *  extremely slow with large dictionaries.
+ *  It is recommended that new code uses our tree container from tree.c/h
+ *  where applicable, which uses AVL trees to achive O(log n) performance.
  */
 
 #ifndef AVUTIL_DICT_H



More information about the ffmpeg-cvslog mailing list