jtag: fix minor typos

Change-Id: I3a3370db438f8fd045fb22e7c9fff4e83794a3b7
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5767
Tested-by: jenkins
This commit is contained in:
Antonio Borneo
2020-07-12 23:40:41 +02:00
parent 890048eec4
commit 4c8753a83c
31 changed files with 69 additions and 69 deletions

View File

@@ -312,7 +312,7 @@ static const struct command_registration hl_interface_command_handlers[] = {
.name = "hla_device_desc",
.handler = &hl_interface_handle_device_desc_command,
.mode = COMMAND_CONFIG,
.help = "set the a device description of the adapter",
.help = "set the device description of the adapter",
.usage = "description_string",
},
{