diff options
author | Pavel Machek <pavel@ucw.cz> | 2015-01-02 06:11:16 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-01-02 12:07:06 +0100 |
commit | 801a55911432f582c8ab82c895d2821dc02b70e3 (patch) | |
tree | 099647ded444ab5d4ab0f6d9f8d6bd6a65cdd577 /arch/x86/mm | |
parent | 078014dd36989c66378dfe80066c3f8a1f6952e8 (diff) |
x86: init_mem_mapping(): use capital BIOS in comment
Use capital BIOS in comment. Its cleaner, and allows diference
between BIOS and BIOs.
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/x86/mm')
-rw-r--r-- | arch/x86/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c index 66dba36f2343..452f9042e5b2 100644 --- a/arch/x86/mm/init.c +++ b/arch/x86/mm/init.c @@ -582,7 +582,7 @@ void __init init_mem_mapping(void) * * * On x86, access has to be given to the first megabyte of ram because that area - * contains bios code and data regions used by X and dosemu and similar apps. + * contains BIOS code and data regions used by X and dosemu and similar apps. * Access has to be given to non-kernel-ram areas as well, these contain the PCI * mmio resources as well as potential bios/acpi data regions. */ |