mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-20 23:12:09 +02:00
can-utils: trivial: fix typos concerning "separation" and "useful"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
This commit is contained in:
committed by
Oliver Hartkopp
parent
d7496a0bf0
commit
03c1bacfde
@@ -192,7 +192,7 @@ int parse_canframe(char *cs, struct canfd_frame *cf) {
|
||||
|
||||
for (i=0, dlen=0; i < maxdlen; i++){
|
||||
|
||||
if(cs[idx] == DATA_SEPERATOR) /* skip (optional) seperator */
|
||||
if(cs[idx] == DATA_SEPERATOR) /* skip (optional) separator */
|
||||
idx++;
|
||||
|
||||
if(idx >= len) /* end of string => end of data */
|
||||
|
||||
Reference in New Issue
Block a user