From: Gerhard Sittig Date: Mon, 17 May 2021 20:14:25 +0000 (+0200) Subject: serial-dmm: fix typo in comment X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=8de3a58ebbd4c48bb6a4e1a2bd542d097eb62bc3;p=libsigrok.git serial-dmm: fix typo in comment --- 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;