]> sigrok.org Git - libsigrok.git/blobdiff - hardware/norma-dmm/protocol.c
Fix 'aquisition' typo in a few places.
[libsigrok.git] / hardware / norma-dmm / protocol.c
index 45546ab0c607c6aa6cf9ac67ec7a4d57f39f8be5..d5004a180808ca9e5264d3c139c068bbd4f25df9 100644 (file)
@@ -70,7 +70,7 @@ SR_PRIV int xgittoint(char xgit)
 }
 
 /**
- * Process received line. It consists of 20 hex digits + \r\n,
+ * Process received line. It consists of 20 hex digits + \\r\\n,
  * e.g. '08100400018100400000'.
  */
 static void nma_process_line(const struct sr_dev_inst *sdi)
@@ -401,7 +401,7 @@ SR_PRIV int norma_dmm_receive_data(int fd, int revents, void *cb_data)
                }
        }
 
-       /* If number of samples or time limit reached, stop aquisition. */
+       /* If number of samples or time limit reached, stop acquisition. */
        terminating = FALSE;
        if (devc->limit_samples && (devc->num_samples >= devc->limit_samples)) {
                sdi->driver->dev_acquisition_stop(sdi, cb_data);