projects
/
sigrok-cli.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Corrected a comment typo
[sigrok-cli.git]
/
sigrok-cli.c
diff --git
a/sigrok-cli.c
b/sigrok-cli.c
index 93738c4de908956ded5ce4942878251d1b2434d9..bb9305f6d521061dde7dac0966bab78735355e0c 100644
(file)
--- 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 source
s */
+ /* Supported
filter
s */
printf(" %s", hwo->shortname);
if (sr_info_get(sdi->driver, SR_DI_FILTERS,
(const void **)&stropts, sdi) != SR_OK) {