Commit 25d1be56 authored by stefano's avatar stefano

Fix grammar: a expression -> an expression.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22865 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6e234e79
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment