diff --git a/ChangeLog b/ChangeLog index 8d8c5906b..4a5b683d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-03-22 Vladimir Serbinenko + + * grub-core/commands/i386/coreboot/cbls.c: Fix typos and wrong + description. + 2013-03-21 Vladimir Serbinenko * po/POTFILES.in: Regenerate. diff --git a/grub-core/commands/i386/coreboot/cbls.c b/grub-core/commands/i386/coreboot/cbls.c index dc46d5576..151f9e84a 100644 --- a/grub-core/commands/i386/coreboot/cbls.c +++ b/grub-core/commands/i386/coreboot/cbls.c @@ -29,7 +29,7 @@ static const char *console_descs[] = { "8250 UART", "VGA", "BTEXT", - "CBMEM console", + "log buffer console", "SROM", "EHCI debug", "memory-mapped 8250 UART" @@ -54,7 +54,7 @@ static const char *descs[] = { [0x13] = "GPIO", [0x15] = "VDAT", [GRUB_LINUXBIOS_MEMBER_TIMESTAMPS] = "timestamps (`coreboot_boottime' to list)", - [GRUB_LINUXBIOS_MEMBER_CBMEMC] = "CBMEM console (`cbmem' to list)", + [GRUB_LINUXBIOS_MEMBER_CBMEMC] = "CBMEM console (`cbmemc' to list)", [0x18] = "MRC cache", [0x19] = "VBNV", [0xc8] = "CMOS option table",