diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-11-09 21:48:33 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-11-09 21:48:33 +0000 |
| commit | ebcfb13a86b0d1bebd5ffd5ae91f36170a5791e7 (patch) | |
| tree | 550a5c9a9fab4bdcad38f681fdb99c0dfc9f16e7 /apps/codecs | |
| parent | 440d39a206483ddedf908684d952208a2198fd72 (diff) | |
| download | rockbox-ebcfb13a86b0d1bebd5ffd5ae91f36170a5791e7.zip rockbox-ebcfb13a86b0d1bebd5ffd5ae91f36170a5791e7.tar.gz rockbox-ebcfb13a86b0d1bebd5ffd5ae91f36170a5791e7.tar.bz2 rockbox-ebcfb13a86b0d1bebd5ffd5ae91f36170a5791e7.tar.xz | |
Correct comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28540 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/libmad/synth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmad/synth.c b/apps/codecs/libmad/synth.c index f2cd21b..ab2bcbe 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; \ |