[MPlayer-cvslog] r25245 - trunk/libswscale/swscale_altivec_template.c

diego subversion at mplayerhq.hu
Sun Dec 2 15:07:01 CET 2007


Author: diego
Date: Sun Dec  2 15:07:01 2007
New Revision: 25245

Log:
Fix some spelling typos


Modified:
   trunk/libswscale/swscale_altivec_template.c

Modified: trunk/libswscale/swscale_altivec_template.c
==============================================================================
--- trunk/libswscale/swscale_altivec_template.c	(original)
+++ trunk/libswscale/swscale_altivec_template.c	Sun Dec  2 15:07:01 2007
@@ -29,8 +29,8 @@ altivec_packIntArrayToCharArray(int *val
     vector unsigned int altivec_vectorShiftInt19 =
         vec_add(vec_splat_u32(10),vec_splat_u32(9));
     if ((unsigned long)dest % 16) {
-        /* badly aligned store, we force store alignement */
-        /* and will handle load misalignement on val w/ vec_perm */
+        /* badly aligned store, we force store alignment */
+        /* and will handle load misalignment on val w/ vec_perm */
         vector unsigned char perm1;
         vector signed int v1;
         for (i = 0 ; (i < dstW) &&



More information about the MPlayer-cvslog mailing list