Fix typo in comment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28641 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-11-22 18:43:22 +00:00
parent e5361590e7
commit 6695226331

View file

@ -321,7 +321,7 @@ static inline void cpucache_flush(void)
#undef CACHEALIGN_SIZE #undef CACHEALIGN_SIZE
#endif #endif
#ifdef CACHEALIGN_BITS #ifdef CACHEALIGN_BITS
/* CACHEALIGN_BITS = 2 ^ CACHEALIGN_BITS */ /* CACHEALIGN_SIZE = 2 ^ CACHEALIGN_BITS */
#define CACHEALIGN_SIZE (1u << CACHEALIGN_BITS) #define CACHEALIGN_SIZE (1u << CACHEALIGN_BITS)
#else #else
/* FIXME: set to maximum known cache alignment of supported CPUs */ /* FIXME: set to maximum known cache alignment of supported CPUs */