Commit 737278c8 authored by Diego Biurrun's avatar Diego Biurrun

Fix some spelling typos

Originally committed as revision 25245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent d0b53d05
...@@ -29,8 +29,8 @@ altivec_packIntArrayToCharArray(int *val, uint8_t* dest, int dstW) { ...@@ -29,8 +29,8 @@ altivec_packIntArrayToCharArray(int *val, uint8_t* dest, int dstW) {
vector unsigned int altivec_vectorShiftInt19 = vector unsigned int altivec_vectorShiftInt19 =
vec_add(vec_splat_u32(10),vec_splat_u32(9)); vec_add(vec_splat_u32(10),vec_splat_u32(9));
if ((unsigned long)dest % 16) { if ((unsigned long)dest % 16) {
/* badly aligned store, we force store alignement */ /* badly aligned store, we force store alignment */
/* and will handle load misalignement on val w/ vec_perm */ /* and will handle load misalignment on val w/ vec_perm */
vector unsigned char perm1; vector unsigned char perm1;
vector signed int v1; vector signed int v1;
for (i = 0 ; (i < dstW) && for (i = 0 ; (i < dstW) &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment