diff --git a/Storage/TimedEventLoop.cpp b/Storage/TimedEventLoop.cpp index 8aa3bc3a6..d420fd082 100644 --- a/Storage/TimedEventLoop.cpp +++ b/Storage/TimedEventLoop.cpp @@ -68,7 +68,7 @@ void TimedEventLoop::set_next_event_time_interval(Time interval) Time TimedEventLoop::get_time_into_next_event() { - // TODO: calculate, presumably as [length of interval] - [cycles left] - [subcycles] + // TODO: calculate, presumably as [length of interval] - ([cycles left] + [subcycles left]) Time zero; return zero; }