summaryrefslogtreecommitdiff
path: root/apps/netutils/thttpd/timers.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/thttpd/timers.c')
-rw-r--r--apps/netutils/thttpd/timers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/netutils/thttpd/timers.c b/apps/netutils/thttpd/timers.c
index dc94306b0..cd97cb3f8 100644
--- a/apps/netutils/thttpd/timers.c
+++ b/apps/netutils/thttpd/timers.c
@@ -293,7 +293,7 @@ void tmr_run(struct timeval *now)
{
next = tmr->next;
- /* Since the lists are sorted, as soon as we find a timer * that isn'tmr
+ /* Since the lists are sorted, as soon as we find a timer * that isn'tmr
* ready yet, we can go on to the next list
*/