From 483b8b12109763e460b9f2ecf9cd9acf302bb79d Mon Sep 17 00:00:00 2001 From: Oded Shimon Date: Sat, 4 Nov 2006 00:42:50 +0000 Subject: [PATCH] ministry of english grammar :) then->than Originally committed as revision 6894 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 4ce59cca6..b52199cf4 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 -- 2.11.0