diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-09 15:18:07 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-09 15:18:07 +0000 |
commit | 0d8f16acf9ed2f0ba073711dccc3c1a85d862781 (patch) | |
tree | 34b12ce4459a3c933ceac789d17f9665376aaec9 /libavutil | |
parent | 4258a0a32aa2ec0c46d75b4218a111033ef8da3f (diff) | |
download | ffmpeg-0d8f16acf9ed2f0ba073711dccc3c1a85d862781.tar.gz |
Fix typo in Doxygen comments.
Originally committed as revision 8307 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/common.h b/libavutil/common.h index 60885aa159..84e6e19e49 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); |