diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-04-12 21:49:04 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-04-12 21:49:04 +0000 |
commit | 94e57758da3af63eccdc65990956978f23dd680a (patch) | |
tree | 98d9486a5eabbffbb6fe5c62f44469fe917a38da | |
parent | 85c36856ff40dd57277dec6bb08f3376a6966375 (diff) | |
download | ffmpeg-94e57758da3af63eccdc65990956978f23dd680a.tar.gz |
Fix grammar: a expression -> an expression.
Originally committed as revision 22865 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/eval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/eval.h b/libavcodec/eval.h index bd72a2ef95..63ee99b60c 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 |