changeset 503:1a16a6f15796 libavutil

minor spelling fix
author diego
date Tue, 06 May 2008 08:03:30 +0000
parents e3d6654d68f0
children b66f7eda69d1
files log.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/log.h	Sat May 03 13:29:39 2008 +0000
+++ b/log.h	Tue May 06 08:03:30 2008 +0000
@@ -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;