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

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents d5ba514e3f4a
children f7cbb7733146
line wrap: on
line diff
--- a/i386/fdct_mmx.c	Tue Jun 12 08:06:54 2007 +0000
+++ b/i386/fdct_mmx.c	Tue Jun 12 09:29:25 2007 +0000
@@ -475,7 +475,7 @@
 
 static av_always_inline void fdct_row_mmx(const int16_t *in, int16_t *out, const int16_t *table)
 {
-//FIXME reorder (i dont have a old mmx only cpu here to benchmark ...)
+//FIXME reorder (I do not have an old MMX-only CPU here to benchmark ...)
     movd_m2r(*(in + 6), mm1);
     punpcklwd_m2r(*(in + 4), mm1);
     movq_r2r(mm1, mm2);