From 06eef96b69d73a31f2b390955d1be0537214a0c8 Mon Sep 17 00:00:00 2001 From: Lou Logan Date: Mon, 28 Mar 2016 14:07:47 -0800 Subject: fix some a/an typos Signed-off-by: Lou Logan --- libavutil/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/cpu.h') diff --git a/libavutil/cpu.h b/libavutil/cpu.h index cc4e30c4cd..4bff16714a 100644 --- a/libavutil/cpu.h +++ b/libavutil/cpu.h @@ -70,7 +70,7 @@ /** * Return the flags which specify extensions supported by the CPU. * The returned value is affected by av_force_cpu_flags() if that was used - * before. So av_get_cpu_flags() can easily be used in a application to + * before. So av_get_cpu_flags() can easily be used in an application to * detect the enabled cpu flags. */ int av_get_cpu_flags(void); -- cgit v1.2.3