diff options
author | Nikanth Karthikesan <knikanth@suse.de> | 2009-05-04 03:38:26 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-06 10:23:12 (GMT) |
commit | e0e5ea3268db428d19e1c5fa00e6f583861cbdbd (patch) | |
tree | 96c77b9bc307d560953dca8df9cfb28499142840 /arch | |
parent | 7eccf7b227b6d3b1745b937ce35efc9c27f9b0e5 (diff) | |
download | linux-fsl-qoriq-e0e5ea3268db428d19e1c5fa00e6f583861cbdbd.tar.xz |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/mm/srat_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/srat_32.c b/arch/x86/mm/srat_32.c index 16ae70f..29a0e37 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; } |