Fix typo in Doxygen comments.
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Fri, 9 Mar 2007 15:18:07 +0000 (15:18 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Fri, 9 Mar 2007 15:18:07 +0000 (15:18 +0000)
Originally committed as revision 8307 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/common.h

index 60885aa..84e6e19 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);