# HG changeset patch # User diego # Date 1203409243 0 # Node ID c2276d97cc11260ae941197f3e46c7659f493fc2 # Parent 78c7ef4854ff9658de0111aaed06b45b7260ec94 typo fixes, port of my patch for upstream libmpeg2 diff -r 78c7ef4854ff -r c2276d97cc11 libmpeg2/idct_mmx.c --- a/libmpeg2/idct_mmx.c Tue Feb 19 08:18:59 2008 +0000 +++ b/libmpeg2/idct_mmx.c Tue Feb 19 08:20:43 2008 +0000 @@ -44,7 +44,7 @@ #if 0 -/* C row IDCT - its just here to document the MMXEXT and MMX versions */ +/* C row IDCT - it is just here to document the MMXEXT and MMX versions */ static inline void idct_row (int16_t * row, int offset, int16_t * table, int32_t * rounder) { @@ -329,7 +329,7 @@ #if 0 -/* C column IDCT - its just here to document the MMXEXT and MMX versions */ +/* C column IDCT - it is just here to document the MMXEXT and MMX versions */ static inline void idct_col (int16_t * col, int offset) { /* multiplication - as implemented on mmx */