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:
Uwe Kleine-König
2013-08-15 21:09:27 +02:00
committed by Oliver Hartkopp
parent d7496a0bf0
commit 03c1bacfde
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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 */