[Ffmpeg-cvslog] r5633 - in trunk: libavcodec/mem.c libavutil/md5.c
diego
subversion
Thu Jul 6 00:56:45 CEST 2006
Author: diego
Date: Thu Jul 6 00:56:45 2006
New Revision: 5633
Modified:
trunk/libavcodec/mem.c
trunk/libavutil/md5.c
Log:
spelling typo
Modified: trunk/libavcodec/mem.c
==============================================================================
--- trunk/libavcodec/mem.c (original)
+++ trunk/libavcodec/mem.c Thu Jul 6 00:56:45 2006
@@ -122,7 +122,7 @@
/**
* 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)
{
Modified: trunk/libavutil/md5.c
==============================================================================
--- trunk/libavutil/md5.c (original)
+++ trunk/libavutil/md5.c Thu Jul 6 00:56:45 2006
@@ -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"
More information about the ffmpeg-cvslog
mailing list