OSDN Git Service

minor spelling fix
authorDiego Biurrun <diego@biurrun.de>
Tue, 6 May 2008 08:03:30 +0000 (08:03 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 6 May 2008 08:03:30 +0000 (08:03 +0000)
Originally committed as revision 13066 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/log.h

index da6a560..7fb3db5 100644 (file)
@@ -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;