summaryrefslogtreecommitdiff
path: root/libavutil/log.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-06 08:03:30 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-06 08:03:30 +0000
commite4a957d1a7f8ccd3418f6f17503c04f4d9719d08 (patch)
tree9a68c07dcdcdcd3c245f0500fa019f31914ee458 /libavutil/log.h
parent35a71f1d9fb1809399764fc163cbb0cf89b5cae6 (diff)
minor spelling fix
Originally committed as revision 13066 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/log.h')
-rw-r--r--libavutil/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/log.h b/libavutil/log.h
index da6a560b38..7fb3db580d 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;