OSDN Git Service

Remove duplicated word in av_strlcat() doxy.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 30 Jan 2010 19:03:37 +0000 (19:03 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 30 Jan 2010 19:03:37 +0000 (19:03 +0000)
Originally committed as revision 21549 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/avstring.h

index b8203f3..4e3f5df 100644 (file)
@@ -83,7 +83,7 @@ size_t av_strlcat(char *dst, const char *src, size_t size);
 
 /**
  * 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)