summaryrefslogtreecommitdiff
path: root/libavutil/avstring.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-30 19:03:37 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-30 19:03:37 +0000
commit22bf4592c8c17f6dbd5e3e6afaa896587d4d69fd (patch)
tree60c525e4f2fe2a86a8809177e700f9413b9680c8 /libavutil/avstring.h
parent1c7900921bb486bec4f06f51a3f3cbe87529de12 (diff)
Remove duplicated word in av_strlcat() doxy.
Originally committed as revision 21549 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avstring.h')
-rw-r--r--libavutil/avstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avstring.h b/libavutil/avstring.h
index b8203f372f..4e3f5df169 100644
--- a/libavutil/avstring.h
+++ b/libavutil/avstring.h
@@ -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)