[U-Boot] [PATCH] dm: test: Fix typo in test-main comment

Trivial fix.
Signed-off-by: Michal Simek michal.simek@xilinx.com ---
test/dm/test-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/dm/test-main.c b/test/dm/test-main.c index 4def795c7988..5d79ce641d7b 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();

On 20 August 2018 at 00:03, Michal Simek michal.simek@xilinx.com wrote:
Trivial fix.
Signed-off-by: Michal Simek michal.simek@xilinx.com
test/dm/test-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Mon, Aug 20, 2018 at 08:03:22AM +0200, Michal Simek wrote:
Trivial fix.
Signed-off-by: Michal Simek michal.simek@xilinx.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
participants (3)
-
Michal Simek
-
Simon Glass
-
Tom Rini