aboutsummaryrefslogtreecommitdiffstats
path: root/enmemdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'enmemdup.c')
-rw-r--r--enmemdup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enmemdup.c b/enmemdup.c
index 9050efd..b573b7b 100644
--- a/enmemdup.c
+++ b/enmemdup.c
@@ -4,7 +4,7 @@
void *
-libsimple_enmemdup(int status, const void *s, size_t n) /* TODO test */
+libsimple_enmemdup(int status, const void *s, size_t n) /* TODO test (libsimple_ememdup) */
{
void *ret = memdup(s, n);
if (!ret)