diff options
author | Diego Biurrun | 2008-05-06 08:03:30 +0000 |
---|---|---|
committer | Diego Biurrun | 2008-05-06 08:03:30 +0000 |
commit | e4a957d1a7f8ccd3418f6f17503c04f4d9719d08 (patch) | |
tree | 9a68c07dcdcdcd3c245f0500fa019f31914ee458 /libavutil/log.h | |
parent | 35a71f1d9fb1809399764fc163cbb0cf89b5cae6 (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.h | 4 |
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; |