diff options
-rw-r--r-- | ace/Timer_Queue_Adapters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue_Adapters.h b/ace/Timer_Queue_Adapters.h index b7bf2ea308d..7920df9ec61 100644 --- a/ace/Timer_Queue_Adapters.h +++ b/ace/Timer_Queue_Adapters.h @@ -127,7 +127,7 @@ public: const ACE_Time_Value &delay, const ACE_Time_Value &interval = ACE_Time_Value::zero); - /// Cancel the <timer_id> add return the <act> parameter if an + /// Cancel the <timer_id> and return the <act> parameter if an /// address is passed in. Also wakes up the dispatching thread. int cancel (long timer_id, const void **act = 0); |