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>
This commit is contained in:
Uwe Kleine-Koenig
2009-07-23 08:31:31 +02:00
committed by Jiri Kosina
parent 31d0f84591
commit 3dbda77e6f
18 changed files with 21 additions and 21 deletions

View File

@@ -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