From: Tomas Vanek Date: Sun, 7 Apr 2019 07:26:44 +0000 (+0200) Subject: flash/nor/atsame5: fix typo in dsu_reset_deassert help text X-Git-Tag: v0.11.0-rc1~721 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=f78a7046a9c19696a660c4cbf8233cb145441ea5 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 --- 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",