[FFmpeg-cvslog] r21549 - trunk/libavutil/avstring.h

stefano subversion
Sat Jan 30 20:03:37 CET 2010


Author: stefano
Date: Sat Jan 30 20:03:37 2010
New Revision: 21549

Log:
Remove duplicated word in av_strlcat() doxy.

Modified:
   trunk/libavutil/avstring.h

Modified: trunk/libavutil/avstring.h
==============================================================================
--- trunk/libavutil/avstring.h	Sat Jan 30 19:54:32 2010	(r21548)
+++ trunk/libavutil/avstring.h	Sat Jan 30 20:03:37 2010	(r21549)
@@ -83,7 +83,7 @@ size_t av_strlcat(char *dst, const char 
 
 /**
  * Append output to a string, according to a format. Never write out of
- * the destination buffer, and and always put a terminating 0 within
+ * the destination buffer, and always put a terminating 0 within
  * the buffer.
  * @param dst destination buffer (string to which the output is
  *  appended)



More information about the ffmpeg-cvslog mailing list