cosmetics: typo fix

Originally committed as revision 27816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
pull/126/head
Diego Biurrun 16 years ago
parent 0f898714d7
commit aeb87a49a7
  1. 2
      libswscale/rgb2rgb_template.c
  2. 2
      libswscale/swscale_template.c
  3. 2
      libswscale/yuv2rgb_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"

@ -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"

@ -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"

Loading…
Cancel
Save