summaryrefslogtreecommitdiff
path: root/src/snprintf.c
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2011-11-13 16:23:50 -0800
committerDave Beckett <dave@dajobe.org>2011-11-13 16:23:50 -0800
commitf1fa6fa11ef6ec45c68a95ca99dbbc506b69e459 (patch)
tree07e0ae99dd0eed9bc26b7daec4c04f8266aa8ce3 /src/snprintf.c
parent7c832ef6265ed021396e24fb8393b8930bbe07b4 (diff)
downloadraptor-f1fa6fa11ef6ec45c68a95ca99dbbc506b69e459.tar.gz
autodocs
Diffstat (limited to 'src/snprintf.c')
-rw-r--r--src/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snprintf.c b/src/snprintf.c
index dd5e7697..4f57b515 100644
--- a/src/snprintf.c
+++ b/src/snprintf.c
@@ -202,7 +202,7 @@ raptor_vsnprintf(const char *format, va_list arguments)
* @buffer: buffer (or NULL)
* @size: bufer size (or 0)
* @format: printf-style format string
- * @Varargs: format arguments
+ * @...: format arguments
*
* Format output into an allocated sized buffer
*