# HG changeset patch # User diego # Date 1212735642 0 # Node ID fa39bba4c8a4b2e17b64f63c364c78f8084e79a1 # Parent 48cfbc65d68842bbd5be13c5c949382732f237ac minor spelling/grammar fixes diff -r 48cfbc65d688 -r fa39bba4c8a4 opt.h --- a/opt.h Fri Jun 06 00:32:31 2008 +0000 +++ b/opt.h Fri Jun 06 07:00:42 2008 +0000 @@ -42,14 +42,14 @@ }; /** - * 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