diff options
-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 7fb3db5..e0ff1f6 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; |