diff ppc/mpegvideo_altivec.c @ 6486:3f96dc62c4b9 libavcodec

misc spelling fixes
author diego
date Mon, 10 Mar 2008 18:42:09 +0000
parents f1d701294a89
children f7cbb7733146
line wrap: on
line diff
--- a/ppc/mpegvideo_altivec.c	Mon Mar 10 17:54:24 2008 +0000
+++ b/ppc/mpegvideo_altivec.c	Mon Mar 10 18:42:09 2008 +0000
@@ -197,7 +197,7 @@
                 // z4 = vec_add(z4, z5);  // z4 += z5;
 
                 // z2 = MULTIPLY(z2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) */
-                // Wow!  It's actually more effecient to roll this multiply
+                // Wow!  It's actually more efficient to roll this multiply
                 // into the adds below, even thought the multiply gets done twice!
                 // z2 = vec_madd(z2, vec_2_562915447, (vector float)zero);