aboutsummaryrefslogtreecommitdiffstats
path: root/vweprintf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vweprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vweprintf.c b/vweprintf.c
index d994c0e..a46363d 100644
--- a/vweprintf.c
+++ b/vweprintf.c
@@ -7,7 +7,7 @@ extern char *argv0;
void
-libsimple_vweprintf(const char *fmt, va_list ap) /* TODO test */
+libsimple_vweprintf(const char *fmt, va_list ap) /* TODO test (weprintf, enprintf, eprintf) */
{
int saved_errno = errno, r;
const char *end = strchr(fmt, '\0');