]> sigrok.org Git - libsigrok.git/commitdiff
sr: ols: Fix incorrect comment.
authorUwe Hermann <redacted>
Thu, 21 Jun 2012 21:59:27 +0000 (23:59 +0200)
committerUwe Hermann <redacted>
Thu, 21 Jun 2012 21:59:27 +0000 (23:59 +0200)
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)