diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-02 14:07:01 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-02 14:07:01 +0000 |
commit | 737278c86a41936a5d3bd29074b2883c31a4b657 (patch) | |
tree | ed5f1341bd002633b036078f52d80190c10bd274 /libswscale/swscale_altivec_template.c | |
parent | d0b53d05c8fbd285f9267ba9a871e3ab2952b114 (diff) | |
download | ffmpeg-streaming-737278c86a41936a5d3bd29074b2883c31a4b657.zip ffmpeg-streaming-737278c86a41936a5d3bd29074b2883c31a4b657.tar.gz |
Fix some spelling typos
Originally committed as revision 25245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_altivec_template.c')
-rw-r--r-- | libswscale/swscale_altivec_template.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c index 3706fc8..794533d 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) && |