From 0bbab5671dde1f723c8f0c196d751d623f0e1a51 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sun, 6 Jul 2008 10:49:28 +0000 Subject: Typo in a comment: s/two avoid/to avoid/ Originally committed as revision 14090 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/acelp_filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/acelp_filters.c') diff --git a/libavcodec/acelp_filters.c b/libavcodec/acelp_filters.c index 6e5b1f46d7..8b4ed443fb 100644 --- a/libavcodec/acelp_filters.c +++ b/libavcodec/acelp_filters.c @@ -121,7 +121,7 @@ int ff_acelp_lp_synthesis_filter( { int i,n; - // These two lines are two avoid a -1 subtraction in the main loop + // These two lines are to avoid a -1 subtraction in the main loop filter_length++; filter_coeffs--; -- cgit v1.2.3