public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: fix grammar in user-visible BIOS warning
@ 2009-02-04 23:44 Alex Chiang
  2009-02-05  0:16 ` Ingo Molnar
  2009-02-05  0:18 ` H. Peter Anvin
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Chiang @ 2009-02-04 23:44 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel

Fix user-visible grammo.

Impact: cleanup

Signed-off-by: Alex Chiang <achiang@hp.com>
---
This is obviously (to me) .30 material, thanks.

diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index ae0d804..c461f6d 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -607,7 +607,7 @@ struct x86_quirks *x86_quirks __initdata = &default_x86_quirks;
 static int __init dmi_low_memory_corruption(const struct dmi_system_id *d)
 {
 	printk(KERN_NOTICE
-		"%s detected: BIOS may corrupt low RAM, working it around.\n",
+		"%s detected: BIOS may corrupt low RAM, working around it.\n",
 		d->ident);
 
 	e820_update_range(0, 0x10000, E820_RAM, E820_RESERVED);

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

end of thread, other threads:[~2009-02-05  0:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-04 23:44 [PATCH] x86: fix grammar in user-visible BIOS warning Alex Chiang
2009-02-05  0:16 ` Ingo Molnar
2009-02-05  0:18 ` H. Peter Anvin

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