aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/bitq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/bitq.c')
-rw-r--r--src/jtag/bitq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/bitq.c b/src/jtag/bitq.c
index 47fdc923..e18d93c6 100644
--- a/src/jtag/bitq.c
+++ b/src/jtag/bitq.c
@@ -194,7 +194,7 @@ void bitq_runtest(int num_cycles)
{
int i;
- /* only do a state_move when we're not already in RTI */
+ /* only do a state_move when we're not already in IDLE */
if (cur_state != TAP_IDLE) bitq_state_move(TAP_IDLE);
/* execute num_cycles */