Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-28 12:35:30 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-28 12:35:30 +0400
commitca699ac24e85c2f4ef8effa5d57d1c3082160d30 (patch)
tree798cde3502a153046bc9b39c9a001d8a84ac92eb /libavutil/dict.h
parent94e59cb84b0fbc016333c22685cdc4afeabbdf08 (diff)
dict: fix various typos
Diffstat (limited to 'libavutil/dict.h')
-rw-r--r--libavutil/dict.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/libavutil/dict.h b/libavutil/dict.h
index dc575eb76c..b960923f17 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