a5bd9f6
From 20c550c1de7da63334394e04474f89f3378412cc Mon Sep 17 00:00:00 2001
a5bd9f6
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
a5bd9f6
Date: Fri, 22 Mar 2013 14:06:48 +0100
a5bd9f6
Subject: [PATCH 222/364] 	* grub-core/commands/i386/coreboot/cbls.c: Fix
a5bd9f6
 typos and wrong 	description.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog                               | 5 +++++
a5bd9f6
 grub-core/commands/i386/coreboot/cbls.c | 4 ++--
a5bd9f6
 2 files changed, 7 insertions(+), 2 deletions(-)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index 8d8c590..4a5b683 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,3 +1,8 @@
a5bd9f6
+2013-03-22  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
+
a5bd9f6
+	* grub-core/commands/i386/coreboot/cbls.c: Fix typos and wrong
a5bd9f6
+	description.
a5bd9f6
+
a5bd9f6
 2013-03-21  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
 
a5bd9f6
 	* po/POTFILES.in: Regenerate.
a5bd9f6
diff --git a/grub-core/commands/i386/coreboot/cbls.c b/grub-core/commands/i386/coreboot/cbls.c
a5bd9f6
index dc46d55..151f9e8 100644
a5bd9f6
--- a/grub-core/commands/i386/coreboot/cbls.c
a5bd9f6
+++ b/grub-core/commands/i386/coreboot/cbls.c
a5bd9f6
@@ -29,7 +29,7 @@ static const char *console_descs[] = {
a5bd9f6
   "8250 UART",
a5bd9f6
   "VGA",
a5bd9f6
   "BTEXT",
a5bd9f6
-  "CBMEM console",
a5bd9f6
+  "log buffer console",
a5bd9f6
   "SROM",
a5bd9f6
   "EHCI debug",
a5bd9f6
   "memory-mapped 8250 UART"
a5bd9f6
@@ -54,7 +54,7 @@ static const char *descs[] = {
a5bd9f6
   [0x13] = "GPIO",
a5bd9f6
   [0x15] = "VDAT",
a5bd9f6
   [GRUB_LINUXBIOS_MEMBER_TIMESTAMPS] = "timestamps (`coreboot_boottime' to list)",
a5bd9f6
-  [GRUB_LINUXBIOS_MEMBER_CBMEMC] = "CBMEM console (`cbmem' to list)",
a5bd9f6
+  [GRUB_LINUXBIOS_MEMBER_CBMEMC] = "CBMEM console (`cbmemc' to list)",
a5bd9f6
   [0x18] = "MRC cache",
a5bd9f6
   [0x19] = "VBNV",
a5bd9f6
   [0xc8] = "CMOS option table",
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6