public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix a typo in a printk message
@ 2009-05-04  3:38 Nikanth Karthikesan
  2009-05-06 12:20 ` [tip:x86/urgent] x86: " tip-bot for Nikanth Karthikesan
  0 siblings, 1 reply; 2+ messages in thread
From: Nikanth Karthikesan @ 2009-05-04  3:38 UTC (permalink / raw)
  To: linux-kernel, mingo

Fix a typo in a printk message.

Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>

---

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;
 	}
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-06 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-04  3:38 [PATCH] Fix a typo in a printk message Nikanth Karthikesan
2009-05-06 12:20 ` [tip:x86/urgent] x86: " tip-bot for Nikanth Karthikesan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox