Correct description of sr_session.devs.

This commit is contained in:
Martin Ling 2014-10-12 15:39:36 +01:00 committed by Bert Vermeulen
parent ca95e90fb3
commit c0e3ba4b79
1 changed files with 1 additions and 1 deletions

View File

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