From: Diego Biurrun Date: Tue, 6 May 2008 08:03:30 +0000 (+0000) Subject: minor spelling fix X-Git-Tag: v0.5~4867 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e4a957d1a7f8ccd3418f6f17503c04f4d9719d08;p=coroid%2Flibav_saccubus.git minor spelling fix Originally committed as revision 13066 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavutil/log.h b/libavutil/log.h index da6a560b3..7fb3db580 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -31,8 +31,8 @@ typedef struct AVCLASS AVClass; struct AVCLASS { /** - * the name of the class, usually it is the same name of the - * context structure type to which the AVClass is associated + * The name of the class; usually it is the same name of the + * context structure type to which the AVClass is associated. */ const char* class_name;