diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-02 00:03:48 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-02 00:03:48 +0000 |
commit | 48966b02cb9caae7b51a16e8afcc9e69ccb25f2a (patch) | |
tree | c93f70197a4ea30486efa18b3d2aa48f1bc409e5 /cmdutils.h | |
parent | 3c35da2f7f2f110a884ef44c380bf87370b1624a (diff) | |
download | ffmpeg-48966b02cb9caae7b51a16e8afcc9e69ccb25f2a.tar.gz |
Grammar fixes
Originally committed as revision 23961 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 4 |
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); |