mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-22 08:06:34 +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
@@ -701,7 +701,7 @@ int main(int argc, char **argv)
|
||||
/* log CAN frame with absolute timestamp & device */
|
||||
fprintf(logfile, "(%010ld.%06ld) ", tv.tv_sec, tv.tv_usec);
|
||||
fprintf(logfile, "%*s ", max_devname_len, devname[idx]);
|
||||
/* without seperator as logfile use-case is parsing */
|
||||
/* without separator as logfile use-case is parsing */
|
||||
fprint_canframe(logfile, &frame, "\n", 0, maxdlen);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user