changeset 25998:c2276d97cc11

typo fixes, port of my patch for upstream libmpeg2
author diego
date Tue, 19 Feb 2008 08:20:43 +0000
parents 78c7ef4854ff
children aff1f94af7ba
files libmpeg2/idct_mmx.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 */