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>
此提交包含在:
Uwe Kleine-Koenig
2009-07-23 08:31:31 +02:00
提交者 Jiri Kosina
父節點 31d0f84591
當前提交 3dbda77e6f
共有 18 個檔案被更改,包括 21 行新增21 行删除

查看文件

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