diff --git a/lib/http.c b/lib/http.c
index 2dd38021461d37ab8b27f7460c95b9c48e3c8d12..2dd41c0fa7ec2dfcfbb23f77607b9a986ecbe1ce 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -254,7 +254,7 @@ UrgError http(struct UrlData *data, char *ppath, char *host, long *bytecount)
       /* format: "Tue, 15 Nov 1994 12:45:26 GMT" */
       strftime(buf, BUFSIZE-1, "%a, %d %b %Y %H:%M:%S %Z", thistime);
 #else
-      /* Right, we *could* write a replacement here */
+      /* TODO: Right, we *could* write a replacement here */
       strcpy(buf, "no strftime() support");
 #endif
       switch(data->timecondition) {