diff --git a/libavcodec/acelp_filters.c b/libavcodec/acelp_filters.c
index 6e5b1f46d7903cdade031711a30ab9f2d15772ef..8b4ed443fb7af8e43d297d7a6cf61d77ee558805 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--;