Patrick Georgi has uploaded this change for review.

View Change

lib/cbfs.c: fix typo

Change-Id: I39c12ab3f28b5448fa4f46958cf23f2623a92378
Signed-off-by: Patrick Georgi <pgeorgi@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 change 25928. To unsubscribe, or for help writing mail filters, visit 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@google.com>