]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/mm/init_32.c
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
[karo-tx-linux.git] / arch / powerpc / mm / init_32.c
index 4ec900af332f0656ed4a847970b57bb8d66761ed..b1dbd9ee87ccb477f5d18d846994dcc566317132 100644 (file)
@@ -47,7 +47,7 @@
 #include "mmu_decl.h"
 
 #if defined(CONFIG_KERNEL_START_BOOL) || defined(CONFIG_LOWMEM_SIZE_BOOL)
-/* The ammount of lowmem must be within 0xF0000000 - KERNELBASE. */
+/* The amount of lowmem must be within 0xF0000000 - KERNELBASE. */
 #if (CONFIG_LOWMEM_SIZE > (0xF0000000 - PAGE_OFFSET))
 #error "You must adjust CONFIG_LOWMEM_SIZE or CONFIG_START_KERNEL"
 #endif