Index: uspace/lib/c/generic/io/vprintf.c
===================================================================
--- uspace/lib/c/generic/io/vprintf.c	(revision e08a73395d806318f3ac81da5e42459be2c60d2c)
+++ uspace/lib/c/generic/io/vprintf.c	(revision e97b8c6f6924abbdc775f9b4b37835fc1dd4151b)
@@ -96,7 +96,6 @@
 /** Print formatted text to stdout.
  *
- * @param file Output stream
- * @param fmt  Format string
- * @param ap   Format parameters
+ * @param fmt Format string
+ * @param ap  Format parameters
  *
  * \see For more details about format string see printf_core.
