X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fserial-dmm%2Fprotocol.c;fp=src%2Fhardware%2Fserial-dmm%2Fprotocol.c;h=4cbec2677f0a04626b0aca8575d1b3c0809fd9c3;hp=483bb009b1295fac7464dd9c2c7ff31005c0f0c0;hb=8de3a58ebbd4c48bb6a4e1a2bd542d097eb62bc3;hpb=f12591299ee58dec8cbbada4c0073b34f9359c75 diff --git a/src/hardware/serial-dmm/protocol.c b/src/hardware/serial-dmm/protocol.c index 483bb009..4cbec267 100644 --- a/src/hardware/serial-dmm/protocol.c +++ b/src/hardware/serial-dmm/protocol.c @@ -199,7 +199,7 @@ static void handle_new_data(struct sr_dev_inst *sdi, void *info) pkt_size = dmm->packet_size; } - /* Process the package. */ + /* Process the packet. */ sr_dbg("Valid packet, size %zu, processing", pkt_size); handle_packet(sdi, check_ptr, pkt_size, info); check_pos += pkt_size;