summaryrefslogtreecommitdiffstats
path: root/libmpeg2
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-19 08:20:43 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-19 08:20:43 +0000
commit6334e53e9592897b2533f289ff985d3f0e7cdc4c (patch)
treef88a998b019ab584b7d75731b5c80b9a6a8cb7f5 /libmpeg2
parent6bf12ae060c0f64eb3e8c352eff700eddbc9974f (diff)
downloadmpv-6334e53e9592897b2533f289ff985d3f0e7cdc4c.tar.bz2
mpv-6334e53e9592897b2533f289ff985d3f0e7cdc4c.tar.xz
typo fixes, port of my patch for upstream libmpeg2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26030 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2')
-rw-r--r--libmpeg2/idct_mmx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpeg2/idct_mmx.c b/libmpeg2/idct_mmx.c
index ffb49e1dea..2bef6704ed 100644
--- a/libmpeg2/idct_mmx.c
+++ b/libmpeg2/idct_mmx.c
@@ -44,7 +44,7 @@
#if 0
-/* C row IDCT - its just here to document the MMXEXT and MMX versions */
+/* C row IDCT - it is just here to document the MMXEXT and MMX versions */
static inline void idct_row (int16_t * row, int offset,
int16_t * table, int32_t * rounder)
{
@@ -329,7 +329,7 @@ static inline void mmx_row_mid (int16_t * const row, const int store,
#if 0
-/* C column IDCT - its just here to document the MMXEXT and MMX versions */
+/* C column IDCT - it is just here to document the MMXEXT and MMX versions */
static inline void idct_col (int16_t * col, int offset)
{
/* multiplication - as implemented on mmx */