aboutsummaryrefslogtreecommitdiffstats
path: root/strcmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'strcmove.c')
-rw-r--r--strcmove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strcmove.c b/strcmove.c
index 8737061..c45fa47 100644
--- a/strcmove.c
+++ b/strcmove.c
@@ -4,7 +4,7 @@
char *
-libsimple_strcmove(char *d, const char *s, int c_) /* TODO man */
+libsimple_strcmove(char *d, const char *s, int c_)
{
char c = (char)c_, *p;
size_t n;