aboutsummaryrefslogtreecommitdiffstats
path: root/enstrdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'enstrdup.c')
-rw-r--r--enstrdup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enstrdup.c b/enstrdup.c
index d8a8c53..5baeed8 100644
--- a/enstrdup.c
+++ b/enstrdup.c
@@ -4,7 +4,7 @@
char *
-libsimple_enstrdup(int status, const char *s) /* TODO test */
+libsimple_enstrdup(int status, const char *s) /* TODO test (libsimple_estrdup) */
{
char *ret = strdup(s);
if (!ret)