dm: test: Fix typo in test-main comment
authorMichal Simek <michal.simek@xilinx.com>
Mon, 20 Aug 2018 06:03:22 +0000 (08:03 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 24 Aug 2018 17:20:19 +0000 (13:20 -0400)
Trivial fix.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/dm/test-main.c

index 4def795..5d79ce6 100644 (file)
@@ -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();