From 0d8f16acf9ed2f0ba073711dccc3c1a85d862781 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Fri, 9 Mar 2007 15:18:07 +0000 Subject: [PATCH] Fix typo in Doxygen comments. Originally committed as revision 8307 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/common.h b/libavutil/common.h index 60885aa..84e6e19 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -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); -- 2.7.4