sr: ols: Fix incorrect comment.
This commit is contained in:
parent
eb1f1eb407
commit
9edfee3ee3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue