diff options
Diffstat (limited to 'util/flashrom/layout.c')
-rw-r--r-- | util/flashrom/layout.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/flashrom/layout.c b/util/flashrom/layout.c index 84a8ec7052..87a52ad26f 100644 --- a/util/flashrom/layout.c +++ b/util/flashrom/layout.c @@ -108,8 +108,7 @@ int show_id(uint8_t *bios, int size, int force) */ if (!strcasecmp(mainboard_vendor, lb_vendor) && !strcasecmp(mainboard_part, lb_part)) { - printf_debug("This firmware image matches " - "this motherboard.\n"); + printf_debug("This firmware image matches this mainboard.\n"); } else { if (force) { printf("WARNING: This firmware image does not " |