From: Joel Holdsworth Date: Thu, 27 Dec 2012 12:08:51 +0000 (+0000) Subject: Corrected a comment typo X-Git-Tag: sigrok-cli-0.4.0~61 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=e54290bdb3429a30f06231976980652af3360b0c Corrected a comment typo --- diff --git a/sigrok-cli.c b/sigrok-cli.c index 93738c4..bb9305f 100644 --- a/sigrok-cli.c +++ b/sigrok-cli.c @@ -440,7 +440,7 @@ static void show_dev_detail(void) printf(" %s\n", stropts[i]); } else if (hwo->hwcap == SR_HWCAP_FILTER) { - /* Supported trigger sources */ + /* Supported filters */ printf(" %s", hwo->shortname); if (sr_info_get(sdi->driver, SR_DI_FILTERS, (const void **)&stropts, sdi) != SR_OK) {