summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-02 00:03:48 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-02 00:03:48 +0000
commit48966b02cb9caae7b51a16e8afcc9e69ccb25f2a (patch)
treec93f70197a4ea30486efa18b3d2aa48f1bc409e5 /cmdutils.h
parent3c35da2f7f2f110a884ef44c380bf87370b1624a (diff)
Grammar fixes
Originally committed as revision 23961 to svn://svn.ffmpeg.org/ffmpeg/trunk
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);