From 890f6fd3ecf88954847447b7dfe458b8793217d1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 6 Jun 2008 07:00:42 +0000 Subject: [PATCH] minor spelling/grammar fixes Originally committed as revision 13669 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/opt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/opt.h b/libavcodec/opt.h index 4691d1dfbf..e6d1cd56d0 100644 --- a/libavcodec/opt.h +++ b/libavcodec/opt.h @@ -42,14 +42,14 @@ enum AVOptionType{ }; /** - * AVOption. + * AVOption */ typedef struct AVOption { const char *name; /** - * short English text help. - * @todo what about other languages + * short English help text + * @todo What about other languages? */ const char *help; int offset; ///< offset to context structure where the parsed value should be stored