[coreboot-gerrit] Change in coreboot[master]: lib/cbfs.c: fix typo

Patrick Georgi (Code Review) gerrit at coreboot.org
Mon Apr 30 16:11:00 CEST 2018


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/25928


Change subject: lib/cbfs.c: fix typo
......................................................................

lib/cbfs.c: fix typo

Change-Id: I39c12ab3f28b5448fa4f46958cf23f2623a92378
Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
M src/lib/cbfs.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/25928/1

diff --git a/src/lib/cbfs.c b/src/lib/cbfs.c
index 2dcd429..87ab387 100644
--- a/src/lib/cbfs.c
+++ b/src/lib/cbfs.c
@@ -45,7 +45,7 @@
 	if (cbfs_boot_region_properties(&props))
 		return -1;
 
-	/* All boot CBFS operations are performed using the RO devie. */
+	/* All boot CBFS operations are performed using the RO device. */
 	boot_dev = boot_device_ro();
 
 	if (boot_dev == NULL)

-- 
To view, visit https://review.coreboot.org/25928
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: I39c12ab3f28b5448fa4f46958cf23f2623a92378
Gerrit-Change-Number: 25928
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180430/0e42376a/attachment.html>


More information about the coreboot-gerrit mailing list