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 998a78f1b5dbd9331dfc51ef01dde3562a3a6cc4)
@@ -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.
