summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-22 18:35:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-22 18:35:52 +0000
commit1d6e081282a95b81ea570a96da59405ba6ee94c1 (patch)
treef2ca6eb21355d2a915db443ef7d006e04ebbd9af /liba52
parentbb3cabe5dfaf71b36b6485e76c6bc2a7bbf38bd1 (diff)
downloadmpv-1d6e081282a95b81ea570a96da59405ba6ee94c1.tar.bz2
mpv-1d6e081282a95b81ea570a96da59405ba6ee94c1.tar.xz
typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25508 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'liba52')
-rw-r--r--liba52/resample_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liba52/resample_mmx.c b/liba52/resample_mmx.c
index 799b2e3683..a0b597de0c 100644
--- a/liba52/resample_mmx.c
+++ b/liba52/resample_mmx.c
@@ -3,7 +3,7 @@
/* optimization TODO / NOTES
movntq is slightly faster (0.5% with the current test.c benchmark)
- (but thats just test.c so that needs to be testd in reallity)
+ (but that is just test.c so that needs to be tested in reality)
and it would mean (C / MMX2 / MMX / 3DNOW) versions
*/