diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 12:20:44 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 12:20:44 -0400 |
commit | b3c2ffd5343645fc9b46f67e8c0eaac1e2dde7b4 (patch) | |
tree | 3f3f9dd9394a7f0cecacea769fd75cda0b125c80 /arch/powerpc/kernel/prom_init.c | |
parent | 9aaeded72f923212e6d9d7b6b8e3830e983f323e (diff) |
typo fixes: mecanism -> mechanism
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/powerpc/kernel/prom_init.c')
-rw-r--r-- | arch/powerpc/kernel/prom_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c index 8c28eb0cbdac..a820b772927d 100644 --- a/arch/powerpc/kernel/prom_init.c +++ b/arch/powerpc/kernel/prom_init.c | |||
@@ -988,7 +988,7 @@ static void reserve_mem(u64 base, u64 size) | |||
988 | } | 988 | } |
989 | 989 | ||
990 | /* | 990 | /* |
991 | * Initialize memory allocation mecanism, parse "memory" nodes and | 991 | * Initialize memory allocation mechanism, parse "memory" nodes and |
992 | * obtain that way the top of memory and RMO to setup out local allocator | 992 | * obtain that way the top of memory and RMO to setup out local allocator |
993 | */ | 993 | */ |
994 | static void __init prom_init_mem(void) | 994 | static void __init prom_init_mem(void) |