cosmetics: comment typo fixes
authorDiego Biurrun <diego@biurrun.de>
Sat, 22 Mar 2008 17:35:32 +0000 (17:35 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 22 Mar 2008 17:35:32 +0000 (17:35 +0000)
Originally committed as revision 26269 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale_template.c

index 8d3a31c..360b592 100644 (file)
@@ -1762,7 +1762,8 @@ static inline void RENAME(yuy2ToUV)(uint8_t *dstU, uint8_t *dstV, uint8_t *src1,
     assert(src1 == src2);
 }
 
-//this is allmost identical to the previous, end exists only cuz yuy2ToY/UV)(dst, src+1, ...) would have 100% unaligned accesses
+/* This is almost identical to the previous, end exists only because
+ * yuy2ToY/UV)(dst, src+1, ...) would have 100% unaligned accesses. */
 static inline void RENAME(uyvyToY)(uint8_t *dst, uint8_t *src, long width)
 {
 #ifdef HAVE_MMX