X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fchronovu-la%2Fprotocol.c;h=7dc4f6bc14652b4a7b48a9bed6c006bc7fa0dbb8;hb=192d37e728b13393e9987f3cc888670b60efd197;hp=c2f31a2032a9f6467e99988c67d261f9c7b94ac3;hpb=155b680da482cea2381becb73c51cfb838bff31e;p=libsigrok.git diff --git a/src/hardware/chronovu-la/protocol.c b/src/hardware/chronovu-la/protocol.c index c2f31a20..7dc4f6bc 100644 --- a/src/hardware/chronovu-la/protocol.c +++ b/src/hardware/chronovu-la/protocol.c @@ -371,7 +371,7 @@ SR_PRIV int cv_read_block(struct dev_context *devc) } while ((devc->done > now) && (bytes_read == 0)); } - /* Check if block read was successful or a timeout occured. */ + /* Check if block read was successful or a timeout occurred. */ if (bytes_read != BS) { sr_err("Trigger timed out. Bytes read: %d.", bytes_read); (void) reset_device(devc); /* Ignore errors. */