# HG changeset patch # User diego # Date 1210061010 0 # Node ID 1a16a6f15796e2a3a172b8dc3f1ce35af911b56b # Parent e3d6654d68f0954b0be44a977052ebbe22d79950 minor spelling fix diff -r e3d6654d68f0 -r 1a16a6f15796 log.h --- a/log.h Sat May 03 13:29:39 2008 +0000 +++ b/log.h Tue May 06 08:03:30 2008 +0000 @@ -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;