summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-08-20 08:03:22 +0200
committerTom Rini <trini@konsulko.com>2018-08-24 13:20:19 -0400
commit96ffe870110be14f9597b53f4b0f35c7b2fee3ac (patch)
tree1f1d982f0c726eb1cb009ffc87130d53320fa5a0 /test
parentf3da76ea8b4c559ac0dc9206dc1676dde2224cd8 (diff)
dm: test: Fix typo in test-main comment
Trivial fix. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
-rw-r--r--test/dm/test-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/test-main.c b/test/dm/test-main.c
index 4def795c79..5d79ce641d 100644
--- a/test/dm/test-main.c
+++ b/test/dm/test-main.c
@@ -94,7 +94,7 @@ static int dm_do_test(struct unit_test_state *uts, struct unit_test *test,
ut_assertok(dm_extended_scan_fdt(gd->fdt_blob, false));
/*
- * Silence the console and rely on console reocrding to get
+ * Silence the console and rely on console recording to get
* our output.
*/
console_record_reset();