aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300
diff options
context:
space:
mode:
authorUwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>2009-07-23 08:31:31 +0200
committerJiri Kosina <jkosina@suse.cz>2009-09-21 15:14:56 +0200
commit3dbda77e6f3375f87090cfce97b2551d3723521b (patch)
tree2029181fa4663ccab8c3afe00c61443ccbb59311 /arch/mn10300
parenttrivial: media/video/cx88: add __init/__exit macros to cx88 drivers (diff)
downloadlinux-dev-3dbda77e6f3375f87090cfce97b2551d3723521b.tar.xz
linux-dev-3dbda77e6f3375f87090cfce97b2551d3723521b.zip
trivial: fix typos "man[ae]g?ment" -> "management"
Signed-off-by: Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/mn10300')
-rw-r--r--arch/mn10300/include/asm/cacheflush.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mn10300/include/asm/cacheflush.h b/arch/mn10300/include/asm/cacheflush.h
index 2db746a251f8..1a55d61f0d06 100644
--- a/arch/mn10300/include/asm/cacheflush.h
+++ b/arch/mn10300/include/asm/cacheflush.h
@@ -17,7 +17,7 @@
#include <linux/mm.h>
/*
- * virtually-indexed cache managment (our cache is physically indexed)
+ * virtually-indexed cache management (our cache is physically indexed)
*/
#define flush_cache_all() do {} while (0)
#define flush_cache_mm(mm) do {} while (0)
@@ -31,7 +31,7 @@
#define flush_dcache_mmap_unlock(mapping) do {} while (0)
/*
- * physically-indexed cache managment
+ * physically-indexed cache management
*/
#ifndef CONFIG_MN10300_CACHE_DISABLED