sr: ols: Fix incorrect comment.

This commit is contained in:
Uwe Hermann 2012-06-21 23:59:27 +02:00
parent eb1f1eb407
commit 9edfee3ee3
1 changed files with 1 additions and 1 deletions

View 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)