From e54290bdb3429a30f06231976980652af3360b0c Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Thu, 27 Dec 2012 12:08:51 +0000 Subject: [PATCH] Corrected a comment typo --- sigrok-cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2