From 529f7a49bac6337d626e0fc7e2f48fed487571f0 Mon Sep 17 00:00:00 2001 From: Buschel Date: Mon, 22 Nov 2010 18:43:22 +0000 Subject: [PATCH] Fix typo in comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28641 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/system.h b/firmware/export/system.h index af7015229..4a5dcf0ea 100644 --- a/firmware/export/system.h +++ b/firmware/export/system.h @@ -321,7 +321,7 @@ static inline void cpucache_flush(void) #undef CACHEALIGN_SIZE #endif #ifdef CACHEALIGN_BITS - /* CACHEALIGN_BITS = 2 ^ CACHEALIGN_BITS */ + /* CACHEALIGN_SIZE = 2 ^ CACHEALIGN_BITS */ #define CACHEALIGN_SIZE (1u << CACHEALIGN_BITS) #else /* FIXME: set to maximum known cache alignment of supported CPUs */ -- 2.11.4.GIT