From: OpenOCD-Gerrit <ope...@us...> - 2020-02-09 20:07:26
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 853a05287c987d419440b21e2b22f5ab75297739 (commit) from b27173d56329ac1c7a7b399110b004e98a9cd8d7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 853a05287c987d419440b21e2b22f5ab75297739 Author: Marek Vasut <mar...@gm...> Date: Sat Feb 8 08:58:53 2020 +0100 jtag: Fix copy-paste error in 'irscan' help Replace "Instruction Register (DR)" with "Instruction Register (IR)", that is sed "s@DR@IR@", which was likely a copy-paste error. Change-Id: I3e625872c855d655485b3efa5f50fe1c00ecbf52 Signed-off-by: Marek Vasut <mar...@gm...> Reviewed-on: http://openocd.zylin.com/5446 Reviewed-by: Tomas Vanek <va...@fb...> Tested-by: jenkins diff --git a/src/jtag/tcl.c b/src/jtag/tcl.c index ef0cd3f53..ba0cb1d1e 100644 --- a/src/jtag/tcl.c +++ b/src/jtag/tcl.c @@ -1314,7 +1314,7 @@ static const struct command_registration jtag_command_handlers[] = { .name = "irscan", .handler = handle_irscan_command, .mode = COMMAND_EXEC, - .help = "Execute Instruction Register (DR) scan. The " + .help = "Execute Instruction Register (IR) scan. The " "specified opcodes are put into each TAP's IR, " "and other TAPs are put in BYPASS.", .usage = "[tap_name instruction]* ['-endstate' state_name]", ----------------------------------------------------------------------- Summary of changes: src/jtag/tcl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Main OpenOCD repository |