summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikanth Karthikesan2009-05-04 05:38:26 +0200
committerIngo Molnar2009-05-06 12:23:12 +0200
commite0e5ea3268db428d19e1c5fa00e6f583861cbdbd (patch)
tree96c77b9bc307d560953dca8df9cfb28499142840
parentx86, srat: do not register nodes beyond e820 map (diff)
downloadkernel-qcow2-linux-e0e5ea3268db428d19e1c5fa00e6f583861cbdbd.tar.gz
kernel-qcow2-linux-e0e5ea3268db428d19e1c5fa00e6f583861cbdbd.tar.xz
kernel-qcow2-linux-e0e5ea3268db428d19e1c5fa00e6f583861cbdbd.zip
x86: Fix a typo in a printk message
[ Impact: printk message cleanup ] Signed-off-by: Nikanth Karthikesan <knikanth@suse.de> LKML-Reference: <200905040908.27299.knikanth@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/mm/srat_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/srat_32.c b/arch/x86/mm/srat_32.c
index 16ae70fc57e7..29a0e37114f8 100644
--- a/arch/x86/mm/srat_32.c
+++ b/arch/x86/mm/srat_32.c
@@ -216,7 +216,7 @@ int __init get_memcfg_from_srat(void)
if (num_memory_chunks == 0) {
printk(KERN_WARNING
- "could not finy any ACPI SRAT memory areas.\n");
+ "could not find any ACPI SRAT memory areas.\n");
goto out_fail;
}