]> sigrok.org Git - libsigrok.git/blobdiff - hardware/agilent-dmm/sched.c
agilent-dmm: no need to specify a serialcomm scan parameter
[libsigrok.git] / hardware / agilent-dmm / sched.c
index 5ae73aca1824796871cd92999bf15b530113fc9d..56e768dbc0ebfac1270c38b4647a755228794815 100644 (file)
@@ -241,7 +241,7 @@ static int recv_fetc(const struct sr_dev_inst *sdi, GMatchInfo *match)
                return SR_OK;
 
        if (!strcmp(g_match_info_get_string(match), "+9.90000000E+37")) {
-               /* An invalid measurement shows up on the display as "O.L, but
+               /* An invalid measurement shows up on the display as "O.L", but
                 * comes through like this. Since comparing 38-digit floats
                 * is rather problematic, we'll cut through this here. */
                fvalue = NAN;