Blame SOURCES/0223-grub-core-commands-i386-coreboot-cbls.c-Fix-typos-an.patch

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