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@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)