diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-05-11 20:52:08 (GMT) |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-12 04:39:21 (GMT) |
commit | e5dd42e4fb242ae07a09928616570348ffe8aeee (patch) | |
tree | 9ed722f6f8ae658ec1701ae26591101cf6a4c8d8 /arch/sparc64/mm | |
parent | d1a78c32edcabea8c7c6449c967191a47f83a77f (diff) | |
download | linux-e5dd42e4fb242ae07a09928616570348ffe8aeee.tar.xz |
[SPARC64]: Spelling fixes.
Spelling fixes in arch/sparc64/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/mm')
-rw-r--r-- | arch/sparc64/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/mm/init.c b/arch/sparc64/mm/init.c index d7004ea..6e5b01d 100644 --- a/arch/sparc64/mm/init.c +++ b/arch/sparc64/mm/init.c @@ -1008,7 +1008,7 @@ static unsigned long __init bootmem_init(unsigned long *pages_avail, if (initrd_start) { size = initrd_end - initrd_start; - /* Resert the initrd image area. */ + /* Reserve the initrd image area. */ #ifdef CONFIG_DEBUG_BOOTMEM prom_printf("reserve_bootmem(initrd): base[%llx] size[%lx]\n", initrd_start, initrd_end); |