X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fserial-dmm%2Fprotocol.c;h=5e8912bf3d21c61906b25b0b21e7bd23b084c8dd;hp=483bb009b1295fac7464dd9c2c7ff31005c0f0c0;hb=HEAD;hpb=070668a0fd0876485ea6867eb60010da0ef1c304 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;