diff lpc.h @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 84963c795459
children e59926e2c50c
line wrap: on
line diff
--- a/lpc.h	Wed Jun 30 09:33:59 2010 +0000
+++ b/lpc.h	Wed Jun 30 15:38:06 2010 +0000
@@ -56,7 +56,7 @@
 
 /**
  * Levinson-Durbin recursion.
- * Produces LPC coefficients from autocorrelation data.
+ * Produce LPC coefficients from autocorrelation data.
  */
 static inline int compute_lpc_coefs(const LPC_TYPE *autoc, int max_order,
                                     LPC_TYPE *lpc, int lpc_stride, int fail,