]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: fix grammar in user-visible BIOS warning
authorAlex Chiang <achiang@hp.com>
Wed, 4 Feb 2009 23:44:01 +0000 (16:44 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 5 Feb 2009 00:14:38 +0000 (01:14 +0100)
Fix user-visible grammo.

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup.c

index ae0d8042cf69527542b4e554d4567eea154eff45..c461f6d6907487cd60211e06b115ac1be76dd697 100644 (file)
@@ -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);