diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-06 08:41:13 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-06 08:41:13 +0000 |
commit | 91605c69fb79bc37e7b8ae756b42bbe1f3cf5423 (patch) | |
tree | ef42c2682860e5932d5c3d68d6da3fd7ab727424 /libavutil/log.h | |
parent | 7a30f8ff55a6356320b18e3a45ea5b56141740b9 (diff) | |
download | ffmpeg-91605c69fb79bc37e7b8ae756b42bbe1f3cf5423.tar.gz |
minor wording fix
Originally committed as revision 13068 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/log.h')
-rw-r--r-- | libavutil/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/log.h b/libavutil/log.h index 7fb3db580d..e0ff1f6fff 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -31,7 +31,7 @@ typedef struct AVCLASS AVClass; struct AVCLASS { /** - * The name of the class; usually it is the same name of the + * The name of the class; usually it is the same name as the * context structure type to which the AVClass is associated. */ const char* class_name; |