From 91605c69fb79bc37e7b8ae756b42bbe1f3cf5423 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Tue, 6 May 2008 08:41:13 +0000
Subject: [PATCH] minor wording fix

Originally committed as revision 13068 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavutil/log.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/log.h b/libavutil/log.h
index 7fb3db580d9..e0ff1f6fff5 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;
-- 
GitLab