Here are some trivial typo fixes, please apply.

Diego
Index: test/README
===================================================================
--- test/README	(revision 1150)
+++ test/README	(working copy)
@@ -9,7 +9,7 @@
 # cvs login (Just press Return when prompted for a password)
 # cvs checkout mpeg2dec-streams
 
-(OK, I did some reorganization work on the archive, so its not really the
+(OK, I did some reorganization work on the archive, so it is not really the
 official suite anymore)
 
 Then,
Index: libmpeg2/idct_mmx.c
===================================================================
--- libmpeg2/idct_mmx.c	(revision 1150)
+++ libmpeg2/idct_mmx.c	(working copy)
@@ -40,7 +40,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)
 {
@@ -325,7 +325,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 */
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Libmpeg2-devel mailing list
Libmpeg2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel

Reply via email to