diff apedec.c @ 5966:1275461ae6f8 libavcodec

Fix some spelling mistakes.
author diego
date Sun, 02 Dec 2007 14:06:28 +0000
parents 80103098c797
children c82299110182
line wrap: on
line diff
--- a/apedec.c	Sun Dec 02 06:24:34 2007 +0000
+++ b/apedec.c	Sun Dec 02 14:06:28 2007 +0000
@@ -514,7 +514,7 @@
     memset(p->historybuffer, 0, PREDICTOR_SIZE * sizeof(int32_t));
     p->buf = p->historybuffer;
 
-    /* Initialize and zero the co-efficients */
+    /* Initialize and zero the coefficients */
     memcpy(p->coeffsA[0], initial_coeffs, sizeof(initial_coeffs));
     memcpy(p->coeffsA[1], initial_coeffs, sizeof(initial_coeffs));
     memset(p->coeffsB, 0, sizeof(p->coeffsB));