diff --git a/libavutil/log.h b/libavutil/log.h
index da6a560b3817bb8f8916034ade00641f4076b87e..7fb3db580d98e2ae1f7564cff6b4f774e5259a78 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;