aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornothatDinger <52913141+nothatDinger@users.noreply.github.com>2022-04-11 08:49:23 +0800
committerMike Leach <mike.leach@linaro.org>2022-05-05 12:16:02 +0100
commit91332dc8b73486d93c8c6e0bdbf96d7ef97eb02b (patch)
tree4953b51c6b3f96029a6d7d65098e15def2db846c
parent86ca337d8cf413190470c8a6a5f2e03ffa0068e2 (diff)
downloadOpenCSD-91332dc8b73486d93c8c6e0bdbf96d7ef97eb02b.tar.gz
opencsd: Fix typo in trc_pkt_raw_in_i.h
fix a typo in annotation : compplete -> complete Reported-by: <nothatDinger <52913141+nothatDinger@users.noreply.github.com>
-rw-r--r--decoder/include/interfaces/trc_pkt_raw_in_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/include/interfaces/trc_pkt_raw_in_i.h b/decoder/include/interfaces/trc_pkt_raw_in_i.h
index 6f7b213..dfa7e05 100644
--- a/decoder/include/interfaces/trc_pkt_raw_in_i.h
+++ b/decoder/include/interfaces/trc_pkt_raw_in_i.h
@@ -47,7 +47,7 @@
*
* This interface provides a monitor point for the packet processor block.
* The templated interface is called with a complete packet of the given
- * type, plus the raw packet bytes. Use for tools which need to display compplete
+ * type, plus the raw packet bytes. Use for tools which need to display complete
* packets or require additional processing on raw packet data.
*
* This interface is not part of the data decode path and cannot provide feedback.