summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timer_Queue_T.cpp')
-rw-r--r--ace/Timer_Queue_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue_T.cpp b/ace/Timer_Queue_T.cpp
index aec10a4cd42..86ec13c0a3c 100644
--- a/ace/Timer_Queue_T.cpp
+++ b/ace/Timer_Queue_T.cpp
@@ -281,7 +281,7 @@ ACE_Event_Handler_Handle_Timeout_Upcall<ACE_LOCK>::timeout (ACE_Timer_Queue_T<AC
const void *act,
const ACE_Time_Value &cur_time)
{
- // Upcall to the <handler>s handle_timeout method.
+ // Upcall to the <handler>s handle_timeout method
if (handler->handle_timeout (cur_time, act) == -1)
timer_queue.cancel (handler, 0); // 0 means "call handle_close()".