diff options
author | Oded Shimon <ods15@ods15.dyndns.org> | 2006-11-04 00:42:50 +0000 |
---|---|---|
committer | Oded Shimon <ods15@ods15.dyndns.org> | 2006-11-04 00:42:50 +0000 |
commit | 483b8b12109763e460b9f2ecf9cd9acf302bb79d (patch) | |
tree | 17afe75d88c77b914fb8abb2ee3d14d25ae88868 /libavcodec/eval.h | |
parent | 21d4d5dafb822ace6847380ce5736222f9ccce80 (diff) | |
download | ffmpeg-483b8b12109763e460b9f2ecf9cd9acf302bb79d.tar.gz |
ministry of english grammar :) then->than
Originally committed as revision 6894 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/eval.h')
-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 4ce59cca6a..b52199cf4c 100644 --- a/libavcodec/eval.h +++ b/libavcodec/eval.h @@ -37,7 +37,7 @@ double ff_eval(char *s, double *const_value, const char **const_name, /** * Parses and evaluates an expression. - * Note, this is significantly slower then ff_parse_eval() + * Note, this is significantly slower than ff_parse_eval() * @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 * @param func2 NULL terminated array of function pointers for functions which take 2 arguments |