From f78a7046a9c19696a660c4cbf8233cb145441ea5 Mon Sep 17 00:00:00 2001 From: Tomas Vanek Date: Sun, 7 Apr 2019 09:26:44 +0200 Subject: [PATCH] flash/nor/atsame5: fix typo in dsu_reset_deassert help text Change-Id: Iebed1a160376717d19c5f56b2553f7d4d1eed3a7 Signed-off-by: Tomas Vanek Reviewed-on: http://openocd.zylin.com/5095 Reviewed-by: Antonio Borneo Tested-by: jenkins --- src/flash/nor/atsame5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flash/nor/atsame5.c b/src/flash/nor/atsame5.c index df42349178..4a114a35f1 100644 --- a/src/flash/nor/atsame5.c +++ b/src/flash/nor/atsame5.c @@ -896,7 +896,7 @@ static const struct command_registration same5_exec_command_handlers[] = { .usage = "", .handler = samd_handle_reset_deassert, .mode = COMMAND_EXEC, - .help = "Deasert internal reset held by DSU." + .help = "Deassert internal reset held by DSU." }, { .name = "chip-erase", -- 2.30.2