[coreboot-gerrit] Change in coreboot[master]: src/device: Fix typo

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Tue Aug 7 12:26:44 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/27917


Change subject: src/device: Fix typo
......................................................................

src/device: Fix typo

Change-Id: I65e57b37db9649b30ca25b2150f21ebffee73105
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/device/cardbus_device.c
M src/device/oprom/x86emu/prim_ops.c
M src/device/oprom/yabel/mem.c
M src/device/oprom/yabel/vbe.c
4 files changed, 6 insertions(+), 6 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/27917/1

diff --git a/src/device/cardbus_device.c b/src/device/cardbus_device.c
index 2924f89..b572e85 100644
--- a/src/device/cardbus_device.c
+++ b/src/device/cardbus_device.c
@@ -75,7 +75,7 @@
 	if (resource) {
 		min_size = resource->size;
 		/*
-		 * Always allocate at least the miniumum size to a
+		 * Always allocate at least the minimum size to a
 		 * cardbus bridge in case a new card is plugged in.
 		 */
 		if (resource->size < min_size)
diff --git a/src/device/oprom/x86emu/prim_ops.c b/src/device/oprom/x86emu/prim_ops.c
index 8b2c38a..3c4a8ca 100644
--- a/src/device/oprom/x86emu/prim_ops.c
+++ b/src/device/oprom/x86emu/prim_ops.c
@@ -68,7 +68,7 @@
 *
 * By inspection, one gets:  cc = ab +  r'(a + b)
 *
-* That represents alot of operations, but NO CHOICE....
+* That represents a lot of operations, but NO CHOICE....
 *
 * Borrow Chain Calculation.
 *
diff --git a/src/device/oprom/yabel/mem.c b/src/device/oprom/yabel/mem.c
index 86d9982..49b6c4f 100644
--- a/src/device/oprom/yabel/mem.c
+++ b/src/device/oprom/yabel/mem.c
@@ -365,7 +365,7 @@
 	unsigned long translated_addr = addr;
 	u8 translated = biosemu_dev_translate_address(IORESOURCE_MEM, &translated_addr);
 	if (translated != 0) {
-		//translation successfull, access VGA Memory (BAR or Legacy...)
+		//translation successful, access VGA Memory (BAR or Legacy...)
 		DEBUG_PRINTF_MEM("%s(%x, %x): access to VGA Memory\n",
 				 __func__, addr, val);
 		//DEBUG_PRINTF_MEM("%s(%08x): translated_addr: %llx\n", __func__, addr, translated_addr);
@@ -390,7 +390,7 @@
 	unsigned long translated_addr = addr;
 	u8 translated = biosemu_dev_translate_address(IORESOURCE_MEM, &translated_addr);
 	if (translated != 0) {
-		//translation successfull, access VGA Memory (BAR or Legacy...)
+		//translation successful, access VGA Memory (BAR or Legacy...)
 		DEBUG_PRINTF_MEM("%s(%x, %x): access to VGA Memory\n",
 				 __func__, addr, val);
 		//DEBUG_PRINTF_MEM("%s(%08x): translated_addr: %llx\n", __func__, addr, translated_addr);
@@ -435,7 +435,7 @@
 	unsigned long translated_addr = addr;
 	u8 translated = biosemu_dev_translate_address(IORESOURCE_MEM, &translated_addr);
 	if (translated != 0) {
-		//translation successfull, access VGA Memory (BAR or Legacy...)
+		//translation successful, access VGA Memory (BAR or Legacy...)
 		DEBUG_PRINTF_MEM("%s(%x, %x): access to VGA Memory\n",
 				 __func__, addr, val);
 		//DEBUG_PRINTF_MEM("%s(%08x): translated_addr: %llx\n",  __func__, addr, translated_addr);
diff --git a/src/device/oprom/yabel/vbe.c b/src/device/oprom/yabel/vbe.c
index c8b99d5..872ca15 100644
--- a/src/device/oprom/yabel/vbe.c
+++ b/src/device/oprom/yabel/vbe.c
@@ -502,7 +502,7 @@
 	vbe_get_ddc_info(&ddc_info);
 
 #if 0
-	DEBUG_PRINTF_VBE("DDC: edid_tranfer_time: %d\n",
+	DEBUG_PRINTF_VBE("DDC: edid_transfer_time: %d\n",
 			 ddc_info.edid_transfer_time);
 	DEBUG_PRINTF_VBE("DDC: ddc_level: %x\n", ddc_info.ddc_level);
 	DEBUG_PRINTF_VBE("DDC: EDID:\n");

-- 
To view, visit https://review.coreboot.org/27917
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I65e57b37db9649b30ca25b2150f21ebffee73105
Gerrit-Change-Number: 27917
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180807/9fb5dcbb/attachment-0001.html>


More information about the coreboot-gerrit mailing list