summaryrefslogtreecommitdiff
path: root/decoders/ac97
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-12-30 18:33:32 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2020-01-01 01:59:46 +0100
commite144452bcdd5f2abbe6b6f3da41ad64f67e39def (patch)
treec6bfbc9325b8dca5f6a8dd196ae434bda5126e41 /decoders/ac97
parenta0cbf8298d761a3615fe3c9c444b7517b437920f (diff)
downloadlibsigrokdecode-e144452bcdd5f2abbe6b6f3da41ad64f67e39def.tar.gz
libsigrokdecode-e144452bcdd5f2abbe6b6f3da41ad64f67e39def.zip
All PDs: Consistently use singular/plural for annotation classes/rows.
Diffstat (limited to 'decoders/ac97')
-rw-r--r--decoders/ac97/pd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/ac97/pd.py b/decoders/ac97/pd.py
index 68eb955..adec12b 100644
--- a/decoders/ac97/pd.py
+++ b/decoders/ac97/pd.py
@@ -71,8 +71,8 @@ class Decoder(srd.Decoder):
{'id': 'rst', 'name': 'RESET#', 'desc': 'Reset line'},
)
annotations = (
- ('bit-out', 'Output bits'),
- ('bit-in', 'Input bits'),
+ ('bit-out', 'Output bit'),
+ ('bit-in', 'Input bit'),
('slot-out-raw', 'Output raw value'),
('slot-out-tag', 'Output TAG'),
('slot-out-cmd-addr', 'Output command address'),