aboutsummaryrefslogtreecommitdiffstats
path: root/stpntoupper.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stpntoupper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stpntoupper.c b/stpntoupper.c
index 588cb89..a6e3769 100644
--- a/stpntoupper.c
+++ b/stpntoupper.c
@@ -4,7 +4,7 @@
char *
-libsimple_stpntoupper(char *d, const char *s, size_t n) /* TODO man */
+libsimple_stpntoupper(char *d, const char *s, size_t n)
{
size_t i;
char *ret;