Skip to content

Commit

Permalink
x86: fix grammar in user-visible BIOS warning
Browse files Browse the repository at this point in the history
Fix user-visible grammo.

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Alex Chiang authored and Ingo Molnar committed Feb 5, 2009
1 parent 36723bf commit 4560839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4560839

Please sign in to comment.