]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Fix typo in Doxygen comments.
authortakis <takis@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 9 Mar 2007 15:18:07 +0000 (15:18 +0000)
committertakis <takis@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 9 Mar 2007 15:18:07 +0000 (15:18 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8307 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavutil/common.h

index 60885aa15900d09e5b38cd6a8a5d82c4b1750fe6..84e6e19e49fbb3703ae96aeb19bbf3cfe7fbec9e 100644 (file)
@@ -357,7 +357,7 @@ char *av_strdup(const char *s);
 
 /**
  * Frees memory and sets the pointer to NULL.
- * @param arg pointer to the pointer which should be freed
+ * @param ptr pointer to the pointer which should be freed
  */
 void av_freep(void *ptr);