From 94e57758da3af63eccdc65990956978f23dd680a Mon Sep 17 00:00:00 2001 From: Stefano Sabatini <stefano.sabatini-lala@poste.it> Date: Mon, 12 Apr 2010 21:49:04 +0000 Subject: [PATCH] Fix grammar: a expression -> an expression. Originally committed as revision 22865 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/eval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/eval.h b/libavcodec/eval.h index bd72a2ef95b..63ee99b60c3 100644 --- a/libavcodec/eval.h +++ b/libavcodec/eval.h @@ -49,7 +49,7 @@ double ff_parse_and_eval_expr(const char *s, const double *const_value, const ch void *opaque, const char **error); /** - * Parses a expression. + * Parses an expression. * * @param s expression as a zero terminated string for example "1+2^3+5*5+sin(2/3)" * @param func1 NULL terminated array of function pointers for functions which take 1 argument -- GitLab