# HG changeset patch # User vitor # Date 1215341368 0 # Node ID d1e6d44fab47fbf6ba4539e3a46879eedf158bc9 # Parent 43048f7a1d7c288fbc940132153a1f849521821e Typo in a comment: s/two avoid/to avoid/ diff -r 43048f7a1d7c -r d1e6d44fab47 acelp_filters.c --- a/acelp_filters.c Sun Jul 06 10:35:01 2008 +0000 +++ b/acelp_filters.c Sun Jul 06 10:49:28 2008 +0000 @@ -121,7 +121,7 @@ { 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--;