tree-wide: fix assorted typos all over the place
[linux-2.6-block.git] / arch / alpha / mm / numa.c
index 0eab55749423f2a9e8df8fade6a890efa6c0f480..7b2c56d8f930b89fc6747ccdca550456f35f83b6 100644 (file)
@@ -197,7 +197,7 @@ setup_memory_node(int nid, void *kernel_end)
        }
 
        if (bootmap_start == -1)
-               panic("couldn't find a contigous place for the bootmap");
+               panic("couldn't find a contiguous place for the bootmap");
 
        /* Allocate the bootmap and mark the whole MM as reserved.  */
        bootmap_size = init_bootmem_node(NODE_DATA(nid), bootmap_start,
@@ -349,7 +349,7 @@ void __init mem_init(void)
 
        printk("Memory: %luk/%luk available (%luk kernel code, %luk reserved, "
               "%luk data, %luk init)\n",
-              (unsigned long)nr_free_pages() << (PAGE_SHIFT-10),
+              nr_free_pages() << (PAGE_SHIFT-10),
               num_physpages << (PAGE_SHIFT-10),
               codesize >> 10,
               reservedpages << (PAGE_SHIFT-10),