diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/cbfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |