]> git.gag.com Git - fw/openocd/commitdiff
jtag: Fix copy-paste error in 'irscan' help
authorMarek Vasut <marek.vasut@gmail.com>
Sat, 8 Feb 2020 07:58:53 +0000 (08:58 +0100)
committerOleksij Rempel <linux@rempel-privat.de>
Sun, 9 Feb 2020 20:06:32 +0000 (20:06 +0000)
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 <marek.vasut@gmail.com>
Reviewed-on: http://openocd.zylin.com/5446
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
src/jtag/tcl.c

index ef0cd3f53e014350ca5609c9526d32cedaba7781..ba0cb1d1ecb683581d527d72545bcda040ee4875 100644 (file)
@@ -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]",