diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2019-03-16 18:46:01 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2019-03-16 18:46:01 +0100 |
commit | 2787cf2abc0187679e87d3735ca3e64c2a1a91c8 (patch) | |
tree | 8baddf2048d8383a257284eabd238f7f4397568f /decoders/lpc | |
parent | 2b46b01c72c06683b3130647affe92c425d573b5 (diff) | |
download | libsigrokdecode-2787cf2abc0187679e87d3735ca3e64c2a1a91c8.tar.gz libsigrokdecode-2787cf2abc0187679e87d3735ca3e64c2a1a91c8.zip |
decoders: Various cosmetic/consistency/typo fixes.
Diffstat (limited to 'decoders/lpc')
-rw-r--r-- | decoders/lpc/__init__.py | 2 | ||||
-rw-r--r-- | decoders/lpc/pd.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/decoders/lpc/__init__.py b/decoders/lpc/__init__.py index 827ea94..5227758 100644 --- a/decoders/lpc/__init__.py +++ b/decoders/lpc/__init__.py @@ -18,7 +18,7 @@ ## ''' -LPC (Low-Pin Count) is a protocol for low-bandwidth devices used on +LPC (Low Pin Count) is a protocol for low-bandwidth devices used on some PC mainboards, such as the "BIOS chip" or the so-called "Super I/O". ''' diff --git a/decoders/lpc/pd.py b/decoders/lpc/pd.py index debb72b..3cfe29e 100644 --- a/decoders/lpc/pd.py +++ b/decoders/lpc/pd.py @@ -98,7 +98,7 @@ class Decoder(srd.Decoder): api_version = 3 id = 'lpc' name = 'LPC' - longname = 'Low-Pin-Count' + longname = 'Low Pin Count' desc = 'Protocol for low-bandwidth devices on PC mainboards.' license = 'gplv2+' inputs = ['logic'] |