Typo in a comment: s/two avoid/to avoid/

Originally committed as revision 14090 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-07-06 10:49:28 +00:00
parent 8edfd15175
commit 0bbab5671d
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ int ff_acelp_lp_synthesis_filter(
{ {
int i,n; 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_length++;
filter_coeffs--; filter_coeffs--;