From 50b5bd718db9f904194d84a0a4ed81d550e09cbf Mon Sep 17 00:00:00 2001 From: Buschel Date: Tue, 9 Nov 2010 21:48:33 +0000 Subject: [PATCH] Correct comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28540 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmad/synth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/codecs/libmad/synth.c b/apps/codecs/libmad/synth.c index f2cd21b121..ab2bcbe829 100644 --- a/apps/codecs/libmad/synth.c +++ b/apps/codecs/libmad/synth.c @@ -105,7 +105,7 @@ void dct32(mad_fixed_t const in[32], unsigned int slot, /* possible DCT speed optimization */ # if defined(FPM_COLDFIRE_EMAC) /* This is a Coldfire version of the OPT_SPEED optimisation below, but in the - case of Coldfire it doesn't loose no additional precision. */ + case of Coldfire it does not loose additional precision. */ # define MUL(x, y) \ ({ \ mad_fixed64hi_t hi; \ -- 2.11.4.GIT