Mercurial > libavcodec.hg
changeset 7211:d1e6d44fab47 libavcodec
Typo in a comment: s/two avoid/to avoid/
author | vitor |
---|---|
date | Sun, 06 Jul 2008 10:49:28 +0000 |
parents | 43048f7a1d7c |
children | bced5f60fcaf |
files | acelp_filters.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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--;