changeset 27782:13b72e7bf7ac

cosmetics: typo fix
author diego
date Thu, 23 Oct 2008 16:23:42 +0000
parents b98fceff7bc7
children 3a18c8bdb555
files libswscale/rgb2rgb_template.c libswscale/swscale_template.c libswscale/yuv2rgb_template.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/rgb2rgb_template.c	Thu Oct 23 15:36:59 2008 +0000
+++ b/libswscale/rgb2rgb_template.c	Thu Oct 23 16:23:42 2008 +0000
@@ -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"
--- a/libswscale/swscale_template.c	Thu Oct 23 15:36:59 2008 +0000
+++ b/libswscale/swscale_template.c	Thu Oct 23 16:23:42 2008 +0000
@@ -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"
--- a/libswscale/yuv2rgb_template.c	Thu Oct 23 15:36:59 2008 +0000
+++ b/libswscale/yuv2rgb_template.c	Thu Oct 23 16:23:42 2008 +0000
@@ -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"