]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/chronovu-la/protocol.c
Fix a bunch of typos.
[libsigrok.git] / src / hardware / chronovu-la / protocol.c
index c2f31a2032a9f6467e99988c67d261f9c7b94ac3..7dc4f6bc14652b4a7b48a9bed6c006bc7fa0dbb8 100644 (file)
@@ -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. */