mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 17:54:25 +00:00
avutil/dynarry.h: fix comment grammar mistakes of FF_DYNARRAY_ADD
Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
This commit is contained in:
parent
5a6fc87443
commit
76ef18fd39
@ -23,7 +23,7 @@
|
|||||||
#include "mem.h"
|
#include "mem.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add an element of to a dynamic array.
|
* Add an element to a dynamic array.
|
||||||
*
|
*
|
||||||
* The array is reallocated when its number of elements reaches powers of 2.
|
* The array is reallocated when its number of elements reaches powers of 2.
|
||||||
* Therefore, the amortized cost of adding an element is constant.
|
* Therefore, the amortized cost of adding an element is constant.
|
||||||
|
Loading…
Reference in New Issue
Block a user