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 --- libavfilter/graphparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/graphparser.c') diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index d9f40d698d..8d15b5dfe0 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -354,7 +354,7 @@ static int parse_outputs(const char **buf, AVFilterInOut **curr_inputs, av_freep(&match); av_freep(&input); } else { - /* Not in the list, so add the first input as a open_output */ + /* Not in the list, so add the first input as an open_output */ input->name = name; insert_inout(open_outputs, input); } -- cgit v1.2.3