diff options
Diffstat (limited to 'src/drivers/elog')
-rw-r--r-- | src/drivers/elog/elog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/elog/elog.c b/src/drivers/elog/elog.c index d41457d552..6fc4053a4f 100644 --- a/src/drivers/elog/elog.c +++ b/src/drivers/elog/elog.c @@ -670,7 +670,7 @@ static int elog_find_flash(void) } if (region_device_sz(rdev) < 4*KiB) { - printk(BIOS_WARNING, "ELOG: Needs a minium size of 4KiB: %zu\n", + printk(BIOS_WARNING, "ELOG: Needs a minimum size of 4KiB: %zu\n", region_device_sz(rdev)); return -1; } |