diff options
| -rw-r--r-- | firmware/export/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h index af70152..4a5dcf0 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 */ |