summaryrefslogtreecommitdiffstats
path: root/low-can-binding/can/can-encoder.cpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2019-11-23 16:07:17 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2020-01-09 15:55:03 +0100
commit92a9d02e999eb72ff08fa0fea375553dbb76a4e6 (patch)
treed4dcfd0a41d68e0f389b17de19f036dcf634ef63 /low-can-binding/can/can-encoder.cpp
parentc0c44da0caba438d0b5445e0c15b511170d37eac (diff)
decoder/encoder: typo
Bug-AGL: SPEC-2991 Change-Id: I9ebea118770a9ffe0dd4321408643e76250e3635 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/can/can-encoder.cpp')
-rw-r--r--low-can-binding/can/can-encoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/low-can-binding/can/can-encoder.cpp b/low-can-binding/can/can-encoder.cpp
index 2700c034..596cc7e2 100644
--- a/low-can-binding/can/can-encoder.cpp
+++ b/low-can-binding/can/can-encoder.cpp
@@ -26,7 +26,7 @@
* @brief Allows to encode data for a signal
*
* @param sig The signal to know its location
- * @param data The data to encod
+ * @param data The data to encode
* @param filter If true that will generate the filter BCM for the signal
* @param factor If true that will use the factor of the signal else 1
* @param offset If true that will use the offset of the signal else 0