summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.com>2020-07-11 01:01:04 +0300
committerPatrick Georgi <pgeorgi@google.com>2020-07-15 08:33:55 +0000
commit7c1fe4bd122602272a3f2c7d7c2fbc3124cf2f8d (patch)
treec1e527658335ba82c5cdc2465465acea8b6815e9 /util
parent380789a6eedd66a8ee1a7991f0e1a334703683cc (diff)
downloadcoreboot-7c1fe4bd122602272a3f2c7d7c2fbc3124cf2f8d.tar.gz
coreboot-7c1fe4bd122602272a3f2c7d7c2fbc3124cf2f8d.tar.bz2
coreboot-7c1fe4bd122602272a3f2c7d7c2fbc3124cf2f8d.zip
util/intelmetool: Fix error message
Add a missing space to the message. Change-Id: I7d4042ebb587af8558294fb4961100b43910fd4a Signed-off-by: Evgeny Zinoviev <me@ch1p.io> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43357 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Diffstat (limited to 'util')
-rw-r--r--util/intelmetool/intelmetool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/intelmetool/intelmetool.c b/util/intelmetool/intelmetool.c
index 426fa977561e..482fd5b18362 100644
--- a/util/intelmetool/intelmetool.c
+++ b/util/intelmetool/intelmetool.c
@@ -293,7 +293,7 @@ static void dump_me_info(void)
printf("\n");
if (stat & 0xf000)
- printf("ME: has a broken implementation on your board with"
+ printf("ME: has a broken implementation on your board with "
"this firmware\n");
if (intel_mei_setup(dev))