]> sigrok.org Git - libsigrok.git/blobdiff - hardware/openbench-logic-sniffer/ols.c
sr: ols: Fix incorrect comment.
[libsigrok.git] / hardware / openbench-logic-sniffer / ols.c
index 275d25defab15d939f3abe4f7b546e129200c2e4..fd932c57654f24b84bd0f28c7b57f7e69b0a3bc5 100644 (file)
@@ -100,7 +100,7 @@ static const struct sr_samplerates samplerates = {
        NULL,
 };
 
-/* List of struct sr_serial_dev_inst */
+/* List of struct sr_dev_inst. */
 static GSList *dev_insts = NULL;
 
 static int send_shortcommand(int fd, uint8_t command)