From aeb87a49a7d65c9fc37e1e49ef5c21032dcf6cdd Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 23 Oct 2008 16:23:42 +0000 Subject: cosmetics: typo fix Originally committed as revision 27816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/rgb2rgb_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/rgb2rgb_template.c') 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" -- cgit v1.2.3