summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--otk/timer.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/otk/timer.hh b/otk/timer.hh
index 509a4a07..cffea6ca 100644
--- a/otk/timer.hh
+++ b/otk/timer.hh
@@ -92,8 +92,7 @@ public:
*/
inline void recurring(bool b) { recur = b; }
- //! Sets the amount of time for the OBTimer to last before firing in
- //! milliseconds
+ //! Sets the amount of time for the OBTimer to last in milliseconds
/*!
@param t The number of milliseconds the timer should last
*/