]> git.sesse.net Git - ffmpeg/commitdiff
spelling typo
authorDiego Biurrun <diego@biurrun.de>
Wed, 5 Jul 2006 22:56:45 +0000 (22:56 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 5 Jul 2006 22:56:45 +0000 (22:56 +0000)
Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mem.c
libavutil/md5.c

index 118463ba0e198853177d4297b0bd5c4c1cd97569..f9be906be70afbb4f75c83036c3f99948adff059 100644 (file)
@@ -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)
 {
index 557cc82286e67995a9ac91d8a5be2b8ac23a1bd1..4ea59b669154a47a3d51cd58ba3eac3b8092fdd8 100644 (file)
@@ -12,7 +12,7 @@
  * simplified, cleaned and IMO redundant comments removed by michael
  *
  * if you use gcc, then version 4.1 or later and -fomit-frame-pointer is
- * strongly recommanded
+ * strongly recommended
  */
 
 #include "common.h"