From 02138e228277217846e072fad3950f9da4e40263 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 2 Dec 2007 14:07:01 +0000 Subject: Fix some spelling typos git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25245 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale_altivec_template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale/swscale_altivec_template.c') diff --git a/libswscale/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c index 3706fc886b..794533d5d8 100644 --- a/libswscale/swscale_altivec_template.c +++ b/libswscale/swscale_altivec_template.c @@ -29,8 +29,8 @@ altivec_packIntArrayToCharArray(int *val, uint8_t* dest, int dstW) { 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) && -- cgit v1.2.3