From d13c4cd6217c11201ae61c4ff81ad0b75f78e37e Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 30 Apr 2018 15:05:58 +0200 Subject: lib/cbfs.c: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I39c12ab3f28b5448fa4f46958cf23f2623a92378 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/25928 Reviewed-by: Aaron Durbin Reviewed-by: Jonathan Neuschäfer Tested-by: build bot (Jenkins) --- src/lib/cbfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/cbfs.c b/src/lib/cbfs.c index 2dcd429361..87ab3877f8 100644 --- a/src/lib/cbfs.c +++ b/src/lib/cbfs.c @@ -45,7 +45,7 @@ int cbfs_boot_locate(struct cbfsf *fh, const char *name, uint32_t *type) 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) -- cgit v1.2.3