diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-07-06 10:49:28 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-07-06 10:49:28 +0000 |
commit | 0bbab5671dde1f723c8f0c196d751d623f0e1a51 (patch) | |
tree | 20dcf7cd7832e1ed5babe51140cda94aa913e2ce /libavcodec | |
parent | 8edfd15175874f38fcdbcd4584f3f441c3e2712b (diff) | |
download | ffmpeg-0bbab5671dde1f723c8f0c196d751d623f0e1a51.tar.gz |
Typo in a comment: s/two avoid/to avoid/
Originally committed as revision 14090 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/acelp_filters.c | 2 |
1 files changed, 1 insertions, 1 deletions
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--; |