aboutsummaryrefslogtreecommitdiff
path: root/include/apos/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/timer.h')
-rw-r--r--include/apos/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/timer.h b/include/apos/timer.h
index b21a182..98d9f36 100644
--- a/include/apos/timer.h
+++ b/include/apos/timer.h
@@ -126,7 +126,7 @@ static inline ticks_t msecs_to_ticks(tunit_t msecs)
*/
static inline ticks_t secs_to_ticks(tunit_t secs)
{
- /* TODO: likely not a problem on 64bit systems, not sure how to handle situation on
+ /* \todo: likely not a problem on 64bit systems, not sure how to handle situation on
* 32bit */
return msecs_to_ticks(secs * 1000);
}