aboutsummaryrefslogtreecommitdiffstats
path: root/include/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timer.h')
-rw-r--r--include/timer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/timer.h b/include/timer.h
index 3a0127b7d..593aa4d76 100644
--- a/include/timer.h
+++ b/include/timer.h
@@ -63,8 +63,7 @@ public:
*/
virtual ~Timer();
- /** Retrieve the current triggering time
- */
+ /** Retrieves the time at which this timer will tick next. If the timer is not active then 0 will be returned. */
time_t GetTrigger() const
{
return trigger;