From 2f2410eb6d57f8dee616587d785c5286ad5593c4 Mon Sep 17 00:00:00 2001 From: Mustapha Senhaji Date: Thu, 18 Oct 2007 21:23:31 +0000 Subject: [PATCH] Just fix a typo. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15192 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/mpegplayer/idct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/mpegplayer/idct.c b/apps/plugins/mpegplayer/idct.c index de192e3549..1cd1d91990 100644 --- a/apps/plugins/mpegplayer/idct.c +++ b/apps/plugins/mpegplayer/idct.c @@ -48,7 +48,7 @@ extern void mpeg2_idct_copy_arm(int16_t * block, uint8_t * dest, extern void mpeg2_idct_add_arm(const int last, int16_t * block, uint8_t * dest, const int stride); -#else /* !CPU_COLDFIE, !CPU_ARM */ +#else /* !CPU_COLDFIRE, !CPU_ARM */ #define W1 2841 /* 2048 * sqrt (2) * cos (1 * pi / 16) */ #define W2 2676 /* 2048 * sqrt (2) * cos (2 * pi / 16) */