diff options
Diffstat (limited to 'common/timer.c')
| -rw-r--r-- | common/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timer.c b/common/timer.c index 0b4e7a9..73b9125 100644 --- a/common/timer.c +++ b/common/timer.c @@ -156,5 +156,5 @@ void update_timers() struct timer *t = newest_timer(); remove_timer(t); - /* TODO: handle timer thread ID */ + /* \todo: handle timer thread ID */ } |
