]> sigrok.org Git - sigrok-cli.git/commitdiff
Corrected a comment typo
authorJoel Holdsworth <redacted>
Thu, 27 Dec 2012 12:08:51 +0000 (12:08 +0000)
committerUwe Hermann <redacted>
Tue, 1 Jan 2013 19:57:05 +0000 (20:57 +0100)
sigrok-cli.c

index 93738c4de908956ded5ce4942878251d1b2434d9..bb9305f6d521061dde7dac0966bab78735355e0c 100644 (file)
@@ -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) {