summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-07-05 22:56:45 +0000
committerDiego Biurrun <diego@biurrun.de>2006-07-05 22:56:45 +0000
commitda2e9781bb7eebefb707c4548b85fc7b728d1f50 (patch)
treecb35e3aa22ecfd04d62b048e24a82e9fd0f3a03e /libavcodec
parent277e84f5648aba9a9b06b1baaa5469d761c4c679 (diff)
spelling typo
Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mem.c b/libavcodec/mem.c
index 118463ba0e..f9be906be7 100644
--- a/libavcodec/mem.c
+++ b/libavcodec/mem.c
@@ -122,7 +122,7 @@ void *av_realloc(void *ptr, unsigned int size)
/**
* Free memory which has been allocated with av_malloc(z)() or av_realloc().
* NOTE: ptr = NULL is explicetly allowed
- * Note2: it is recommanded that you use av_freep() instead
+ * Note2: it is recommended that you use av_freep() instead
*/
void av_free(void *ptr)
{