fix some a/an typos

Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
Lou Logan
2016-03-28 14:07:47 -08:00
parent 99f2a59c2f
commit 06eef96b69
26 changed files with 32 additions and 32 deletions

View File

@@ -156,7 +156,7 @@ static inline size_t av_strnlen(const char *s, size_t len)
char *av_asprintf(const char *fmt, ...) av_printf_format(1, 2);
/**
* Convert a number to a av_malloced string.
* Convert a number to an av_malloced string.
*/
char *av_d2str(double d);