summaryrefslogtreecommitdiff
path: root/decoders/arm_tpiu/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/arm_tpiu/pd.py')
-rw-r--r--decoders/arm_tpiu/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/arm_tpiu/pd.py b/decoders/arm_tpiu/pd.py
index 0e07eb4..ba01aa0 100644
--- a/decoders/arm_tpiu/pd.py
+++ b/decoders/arm_tpiu/pd.py
@@ -25,7 +25,7 @@ class Decoder(srd.Decoder):
id = 'arm_tpiu'
name = 'ARM TPIU'
longname = 'ARM Trace Port Interface Unit'
- desc = 'Filter TPIU formatted trace data into separate data streams.'
+ desc = 'Filter TPIU formatted trace data into separate streams.'
license = 'gplv2+'
inputs = ['uart']
outputs = ['uart'] # Emulate uart output so that arm_itm/arm_etm can stack.