Commit e0e5ea32 authored by Nikanth Karthikesan's avatar Nikanth Karthikesan Committed by Ingo Molnar

x86: Fix a typo in a printk message

[ Impact: printk message cleanup ]
Signed-off-by: default avatarNikanth Karthikesan <knikanth@suse.de>
LKML-Reference: <200905040908.27299.knikanth@suse.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 7eccf7b2
...@@ -216,7 +216,7 @@ int __init get_memcfg_from_srat(void) ...@@ -216,7 +216,7 @@ int __init get_memcfg_from_srat(void)
if (num_memory_chunks == 0) { if (num_memory_chunks == 0) {
printk(KERN_WARNING printk(KERN_WARNING
"could not finy any ACPI SRAT memory areas.\n"); "could not find any ACPI SRAT memory areas.\n");
goto out_fail; goto out_fail;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment