From: Michal Simek Date: Mon, 20 Aug 2018 06:03:22 +0000 (+0200) Subject: dm: test: Fix typo in test-main comment X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=96ffe870110be14f9597b53f4b0f35c7b2fee3ac;p=u-boot.git dm: test: Fix typo in test-main comment Trivial fix. Signed-off-by: Michal Simek Reviewed-by: Simon Glass --- 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();