Skip to content
Snippets Groups Projects
Commit da2e9781 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

spelling typo

Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 277e84f5
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ void *av_realloc(void *ptr, unsigned int size) ...@@ -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(). * Free memory which has been allocated with av_malloc(z)() or av_realloc().
* NOTE: ptr = NULL is explicetly allowed * 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) void av_free(void *ptr)
{ {
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* simplified, cleaned and IMO redundant comments removed by michael * simplified, cleaned and IMO redundant comments removed by michael
* *
* if you use gcc, then version 4.1 or later and -fomit-frame-pointer is * if you use gcc, then version 4.1 or later and -fomit-frame-pointer is
* strongly recommanded * strongly recommended
*/ */
#include "common.h" #include "common.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment