summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikanth Karthikesan <knikanth@suse.de>2009-05-04 09:08:26 +0530
committerIngo Molnar <mingo@elte.hu>2009-05-06 12:23:12 +0200
commite0e5ea3268db428d19e1c5fa00e6f583861cbdbd (patch)
tree96c77b9bc307d560953dca8df9cfb28499142840
parent7eccf7b227b6d3b1745b937ce35efc9c27f9b0e5 (diff)
downloadlinux-e0e5ea3268db428d19e1c5fa00e6f583861cbdbd.tar.bz2
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;
}