diff libswscale/rgb2rgb_template.c @ 23536:ab4c0bba8f22

misc spelling fixes
author diego
date Wed, 13 Jun 2007 17:48:15 +0000
parents f9a8f92087ef
children 5159b5f8784e
line wrap: on
line diff
--- a/libswscale/rgb2rgb_template.c	Wed Jun 13 11:04:01 2007 +0000
+++ b/libswscale/rgb2rgb_template.c	Wed Jun 13 17:48:15 2007 +0000
@@ -350,7 +350,7 @@
     end = s + src_size;
 #ifdef HAVE_MMX
     mm_end = end - 15;
-#if 1 //is faster only if multiplies are reasonable fast (FIXME figure out on which cpus this is faster, on Athlon its slightly faster)
+#if 1 //is faster only if multiplies are reasonable fast (FIXME figure out on which CPUs this is faster, on Athlon it is slightly faster)
     asm volatile(
     "movq           %3, %%mm5   \n\t"
     "movq           %4, %%mm6   \n\t"
@@ -509,7 +509,7 @@
     end = s + src_size;
 #ifdef HAVE_MMX
     mm_end = end - 15;
-#if 1 //is faster only if multiplies are reasonable fast (FIXME figure out on which cpus this is faster, on Athlon its slightly faster)
+#if 1 //is faster only if multiplies are reasonable fast (FIXME figure out on which CPUs this is faster, on Athlon it is slightly faster)
     asm volatile(
     "movq           %3, %%mm5   \n\t"
     "movq           %4, %%mm6   \n\t"