diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-10-23 16:23:42 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-10-23 16:23:42 +0000 |
commit | aeb87a49a7d65c9fc37e1e49ef5c21032dcf6cdd (patch) | |
tree | 65e1eca84fa238f52403b4c35a99fa9b4b1d2291 /libswscale/rgb2rgb_template.c | |
parent | 0f898714d7e7bf0ddc1c188d86a9761d183bd514 (diff) | |
download | ffmpeg-aeb87a49a7d65c9fc37e1e49ef5c21032dcf6cdd.tar.gz |
cosmetics: typo fix
Originally committed as revision 27816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/rgb2rgb_template.c')
-rw-r--r-- | libswscale/rgb2rgb_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |