summaryrefslogtreecommitdiff
path: root/decoders/jtag
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/jtag')
-rw-r--r--decoders/jtag/pd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/jtag/pd.py b/decoders/jtag/pd.py
index 618613e..2bbe9a4 100644
--- a/decoders/jtag/pd.py
+++ b/decoders/jtag/pd.py
@@ -83,8 +83,8 @@ class Decoder(srd.Decoder):
annotation_rows = (
('bits-tdi', 'Bits (TDI)', (16,)),
('bits-tdo', 'Bits (TDO)', (17,)),
- ('bitstrings-tdi', 'Bitstring (TDI)', (18,)),
- ('bitstrings-tdo', 'Bitstring (TDO)', (19,)),
+ ('bitstrings-tdi', 'Bitstrings (TDI)', (18,)),
+ ('bitstrings-tdo', 'Bitstrings (TDO)', (19,)),
('states', 'States', tuple(range(15 + 1))),
)