diff i386/mpegvideo_mmx_template.c @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents 0b1e761135cd
children 0244bba24b43
line wrap: on
line diff
--- a/i386/mpegvideo_mmx_template.c	Tue Jun 12 08:06:54 2007 +0000
+++ b/i386/mpegvideo_mmx_template.c	Tue Jun 12 09:29:25 2007 +0000
@@ -103,7 +103,7 @@
     assert((7&(int)(&temp_block[0])) == 0); //did gcc align it correctly?
 
     //s->fdct (block);
-    RENAMEl(ff_fdct) (block); //cant be anything else ...
+    RENAMEl(ff_fdct) (block); //cannot be anything else ...
 
     if(s->dct_error_sum)
         s->denoise_dct(s, block);