Browse code

Remove duplicated word in av_strlcat() doxy.

Originally committed as revision 21549 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2010/01/31 04:03:37
Showing 1 changed files
... ...
@@ -83,7 +83,7 @@ size_t av_strlcat(char *dst, const char *src, size_t size);
83 83
 
84 84
 /**
85 85
  * Append output to a string, according to a format. Never write out of
86
- * the destination buffer, and and always put a terminating 0 within
86
+ * the destination buffer, and always put a terminating 0 within
87 87
  * the buffer.
88 88
  * @param dst destination buffer (string to which the output is
89 89
  *  appended)