]> sigrok.org Git - libsigrok.git/commitdiff
Correct description of sr_session.devs.
authorMartin Ling <redacted>
Sun, 12 Oct 2014 14:39:36 +0000 (15:39 +0100)
committerBert Vermeulen <redacted>
Wed, 15 Oct 2014 11:44:25 +0000 (13:44 +0200)
src/libsigrok-internal.h

index f2a14b347b753cca97ec49be67ec025c75423314..3b7ea39624645f7a68a6a0a74b4072080805285d 100644 (file)
@@ -533,7 +533,7 @@ SR_PRIV int sr_source_add_channel(GIOChannel *channel, int events, int timeout,
 /*--- session.c -------------------------------------------------------------*/
 
 struct sr_session {
-       /** List of struct sr_dev pointers. */
+       /** List of struct sr_dev_inst pointers. */
        GSList *devs;
        /** List of struct datafeed_callback pointers. */
        GSList *datafeed_callbacks;