# HG changeset patch # User diego # Date 1206207332 0 # Node ID f2d670be6bc8959cec92432d7ee698b96f11d066 # Parent 34cbcf7b4c80ddf61315bfdc02550122722ac617 cosmetics: comment typo fixes diff -r 34cbcf7b4c80 -r f2d670be6bc8 libswscale/swscale_template.c --- a/libswscale/swscale_template.c Fri Mar 21 19:16:44 2008 +0000 +++ b/libswscale/swscale_template.c Sat Mar 22 17:35:32 2008 +0000 @@ -1762,7 +1762,8 @@ 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