OSDN Git Service

cosmetics: typo fix
authorDiego Biurrun <diego@biurrun.de>
Thu, 23 Oct 2008 16:23:42 +0000 (16:23 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 23 Oct 2008 16:23:42 +0000 (16:23 +0000)
Originally committed as revision 27816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/rgb2rgb_template.c
libswscale/swscale_template.c
libswscale/yuv2rgb_template.c

index 5f9de95..ab82035 100644 (file)
@@ -57,7 +57,7 @@
 #endif
 
 #ifdef HAVE_3DNOW
-/* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */
+/* On K6 femms is faster than emms. On K7 femms is directly mapped to emms. */
 #define EMMS     "femms"
 #else
 #define EMMS     "emms"
index 2c2fa0c..40ee6c4 100644 (file)
@@ -30,7 +30,7 @@
 #undef SFENCE
 
 #ifdef HAVE_3DNOW
-/* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */
+/* On K6 femms is faster than emms. On K7 femms is directly mapped to emms. */
 #define EMMS     "femms"
 #else
 #define EMMS     "emms"
index c9a75ec..e8b6ff3 100644 (file)
@@ -31,7 +31,7 @@
 #undef SFENCE
 
 #ifdef HAVE_3DNOW
-/* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */
+/* On K6 femms is faster than emms. On K7 femms is directly mapped to emms. */
 #define EMMS     "femms"
 #else
 #define EMMS     "emms"