summaryrefslogtreecommitdiffstats
path: root/arch/metag/kernel
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-21 13:58:38 +0200
committerJames Hogan <james.hogan@imgtec.com>2016-07-15 09:55:49 +0100
commit986724dd3501f808fbe94f7128d4b8227200d706 (patch)
tree06f806c2c2dd811164fe1d8f613feeab8fc8cc66 /arch/metag/kernel
parent92d21ac74a9e3c09b0b01c764e530657e4c85c49 (diff)
downloadlinux-0-day-986724dd3501f808fbe94f7128d4b8227200d706.tar.gz
linux-0-day-986724dd3501f808fbe94f7128d4b8227200d706.tar.xz
metag: Fix typos
Fix typos in metag architecture. [james.hogan@imgtec.com: squashed patches and fixed "detailed"] Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch/metag/kernel')
-rw-r--r--arch/metag/kernel/cachepart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/metag/kernel/cachepart.c b/arch/metag/kernel/cachepart.c
index 04b7d4f8429ac..db944c2e7d889 100644
--- a/arch/metag/kernel/cachepart.c
+++ b/arch/metag/kernel/cachepart.c
@@ -15,7 +15,7 @@
#define SYSC_DCPART(n) (SYSC_DCPART0 + SYSC_xCPARTn_STRIDE * (n))
#define SYSC_ICPART(n) (SYSC_ICPART0 + SYSC_xCPARTn_STRIDE * (n))
-#define CACHE_ASSOCIATIVITY 4 /* 4 way set-assosiative */
+#define CACHE_ASSOCIATIVITY 4 /* 4 way set-associative */
#define ICACHE 0
#define DCACHE 1