From e9b43bec0944b6a0882d0520d70edb5f4c7876f3 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 23 Oct 2008 16:23:42 +0000 Subject: cosmetics: typo fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27816 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/rgb2rgb_template.c | 2 +- libswscale/swscale_template.c | 2 +- libswscale/yuv2rgb_template.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libswscale') diff --git a/libswscale/rgb2rgb_template.c b/libswscale/rgb2rgb_template.c index 5f9de959c6..ab82035044 100644 --- a/libswscale/rgb2rgb_template.c +++ b/libswscale/rgb2rgb_template.c @@ -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" diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c index 2c2fa0ce22..40ee6c4746 100644 --- a/libswscale/swscale_template.c +++ b/libswscale/swscale_template.c @@ -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" diff --git a/libswscale/yuv2rgb_template.c b/libswscale/yuv2rgb_template.c index c9a75ece9f..e8b6ff30cf 100644 --- a/libswscale/yuv2rgb_template.c +++ b/libswscale/yuv2rgb_template.c @@ -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" -- cgit v1.2.3