Browse Source

spelling typo

Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
da2e9781bb
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libavcodec/mem.c
  2. +1
    -1
      libavutil/md5.c

+ 1
- 1
libavcodec/mem.c View 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)
{


+ 1
- 1
libavutil/md5.c View 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"


Loading…
Cancel
Save