summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 78867b78a1..1dfe68e365 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -204,8 +204,8 @@ void show_protocols(void);
void show_pix_fmts(void);
/**
- * Return a positive value if reads from standard input a line
- * starting with [yY], otherwise returns 0.
+ * Return a positive value if a line read from standard input
+ * starts with [yY], otherwise return 0.
*/
int read_yesno(void);