]> sigrok.org Git - sigrok-cli.git/blobdiff - sigrok-cli.c
Corrected a comment typo
[sigrok-cli.git] / 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) {