On 5/30/2019 11:29 AM, Steven Liu wrote: > Signed-off-by: Steven Liu <l...@chinaffmpeg.org> > --- > libavutil/dynarray.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavutil/dynarray.h b/libavutil/dynarray.h > index 034a9fedfe..3a7e146422 100644 > --- a/libavutil/dynarray.h > +++ b/libavutil/dynarray.h > @@ -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. >
LGTM. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".