mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
dict: fix another typo
achive -> achieve
This commit is contained in:
parent
84c2d8af13
commit
34ab23f226
@ -24,7 +24,7 @@
|
|||||||
* implementation as well as API inefficient. It does not scale and is
|
* implementation as well as API inefficient. It does not scale and is
|
||||||
* extremely slow with large dictionaries.
|
* extremely slow with large dictionaries.
|
||||||
* It is recommended 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, which uses AVL trees to achive O(log n) performance.
|
* where applicable, which uses AVL trees to achieve O(log n) performance.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef AVUTIL_DICT_H
|
#ifndef AVUTIL_DICT_H
|
||||||
|
Loading…
Reference in New Issue
Block a user