mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-22 16:09:52 +02:00
Fix spelling in various files
codespell parameters: codespell -q 3 --skip="*.in,*.sh,*.m4,config,configure,autom4te.cache" Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ void printbuf(unsigned char *buffer, int nbytes, int color, int timestamp,
|
||||
}
|
||||
}
|
||||
|
||||
/* the source socket gets pdu data from the detination id */
|
||||
/* the source socket gets pdu data from the destination id */
|
||||
printf(" %s %03X [%d] ", candevice, src & CAN_EFF_MASK, nbytes);
|
||||
if (format & FORMAT_HEX) {
|
||||
for (i=0; i<nbytes; i++) {
|
||||
|
||||
Reference in New Issue
Block a user