diff ppc/dsputil_ppc.c @ 5749:784dcbdc910f libavcodec

cosmetics: Fix AltiVec spelling.
author diego
date Tue, 02 Oct 2007 10:34:57 +0000
parents 88dc8b291b54
children ed05a3d964fa
line wrap: on
line diff
--- a/ppc/dsputil_ppc.c	Tue Oct 02 10:26:42 2007 +0000
+++ b/ppc/dsputil_ppc.c	Tue Oct 02 10:34:57 2007 +0000
@@ -257,7 +257,7 @@
 
 void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx)
 {
-    // Common optimizations whether Altivec is available or not
+    // Common optimizations whether AltiVec is available or not
     c->prefetch = prefetch_ppc;
     switch (check_dcbzl_effect()) {
         case 32: