Skip to content

Commit

Permalink
x86: Fix a typo in a printk message
Browse files Browse the repository at this point in the history
[ 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>
  • Loading branch information
Nikanth Karthikesan authored and Ingo Molnar committed May 6, 2009
1 parent 7eccf7b commit e0e5ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/mm/srat_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e0e5ea3

Please sign in to comment.