summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_filters.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-07-06 10:49:28 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-07-06 10:49:28 +0000
commit0bbab5671dde1f723c8f0c196d751d623f0e1a51 (patch)
tree20dcf7cd7832e1ed5babe51140cda94aa913e2ce /libavcodec/acelp_filters.c
parent8edfd15175874f38fcdbcd4584f3f441c3e2712b (diff)
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/acelp_filters.c')
-rw-r--r--libavcodec/acelp_filters.c2
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--;