diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-07 14:10:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-07 14:10:02 +0000 |
commit | fe0372296ac6f63c9e1f88d47a05f2918876119c (patch) | |
tree | ae1d529eb6b87fc7aeedb33ca52e8075ccaab0ae /libavcodec/i386 | |
parent | e42dba481f6e552539ed8ce1a164024f68667943 (diff) | |
download | ffmpeg-fe0372296ac6f63c9e1f88d47a05f2918876119c.tar.gz |
typos
Originally committed as revision 8642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r-- | libavcodec/i386/dsputil_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c index 23a717acdd..c920e3f180 100644 --- a/libavcodec/i386/dsputil_mmx.c +++ b/libavcodec/i386/dsputil_mmx.c @@ -175,7 +175,7 @@ static const uint64_t ff_pb_FC attribute_used __attribute__ ((aligned(8))) = 0xF /* 3Dnow specific */ #define DEF(x) x ## _3dnow -/* for Athlons PAVGUSB is prefered */ +/* for Athlons PAVGUSB is preferred */ #define PAVGB "pavgusb" #include "dsputil_mmx_avg.h" |