# HG changeset patch # User diego # Date 1224779022 0 # Node ID 13b72e7bf7ac0c87fb950df000ba6f830a32675e # Parent b98fceff7bc7d146d3880e400527b86eebf40056 cosmetics: typo fix diff -r b98fceff7bc7 -r 13b72e7bf7ac libswscale/rgb2rgb_template.c --- 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" diff -r b98fceff7bc7 -r 13b72e7bf7ac libswscale/swscale_template.c --- 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" diff -r b98fceff7bc7 -r 13b72e7bf7ac libswscale/yuv2rgb_template.c --- 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"