diff --git a/libavutil/avstring.h b/libavutil/avstring.h index b8203f372ff84d3515807b848c9e644d2edd2914..4e3f5df169a6f04412a5ea7b9c5aca232b10a949 100644 --- a/libavutil/avstring.h +++ b/libavutil/avstring.h @@ -83,7 +83,7 @@ size_t av_strlcat(char *dst, const char *src, size_t size); /** * Append output to a string, according to a format. Never write out of - * the destination buffer, and and always put a terminating 0 within + * the destination buffer, and always put a terminating 0 within * the buffer. * @param dst destination buffer (string to which the output is * appended)