Commit 76ef18fd authored by Steven Liu's avatar Steven Liu

avutil/dynarry.h: fix comment grammar mistakes of FF_DYNARRAY_ADD

Reviewed-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
parent 5a6fc874
......@@ -23,7 +23,7 @@
#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.
* Therefore, the amortized cost of adding an element is constant.
......
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