jtag: fix some minor typo
Minor typos found by the new checkpatch boosted by the dictionary provided by 'codespell'. Change-Id: I101c76a638805d77c1ff356cf0f027552389e5d3 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6216 Tested-by: jenkins
This commit is contained in:
@@ -436,7 +436,7 @@ static const struct command_registration aice_subcommand_handlers[] = {
|
||||
.handler = &aice_handle_aice_desc_command,
|
||||
.mode = COMMAND_CONFIG,
|
||||
.help = "set the aice device description",
|
||||
.usage = "[desciption string]",
|
||||
.usage = "[description string]",
|
||||
},
|
||||
{
|
||||
.name = "serial",
|
||||
|
||||
@@ -2627,7 +2627,7 @@ static int aice_usb_halt(uint32_t coreid)
|
||||
|
||||
if (core_info[coreid].debug_under_dex_on) {
|
||||
if (core_info[coreid].dex_use_psw_on == false) {
|
||||
/* under debug 'debug mode', force $psw to 'debug mode' bahavior */
|
||||
/* under debug 'debug mode', force $psw to 'debug mode' behavior */
|
||||
/* !!!NOTICE!!! this is workaround for debug 'debug mode'.
|
||||
* it is only for debugging 'debug exception handler' purpose.
|
||||
* after openocd detaches from target, target behavior is
|
||||
|
||||
Reference in New Issue
Block a user