]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mdio/pd.py
decoders: Various cosmetic/consistency/typo fixes.
[libsigrokdecode.git] / decoders / mdio / pd.py
index 8e970b1db5d2888cb835ad1b4febe4862a229802..15414e5fac891a2d7aca01f2f438bb4235abc382 100644 (file)
@@ -33,7 +33,7 @@ class Decoder(srd.Decoder):
     id = 'mdio'
     name = 'MDIO'
     longname = 'Management Data Input/Output'
-    desc = 'Half-duplex sync serial bus for MII management between MAC and PHY.'
+    desc = 'MII management bus between MAC and PHY.'
     license = 'bsd'
     inputs = ['logic']
     outputs = ['mdio']