diff options
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r-- | ace/Reactor_Impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h index 7873b25adf3..8a41ce30644 100644 --- a/ace/Reactor_Impl.h +++ b/ace/Reactor_Impl.h @@ -379,7 +379,7 @@ public: * * @param event_handler event handler to schedule on reactor * @param arg argument passed to the handle_timeout() method of event_handler - * @param delta time interval after which the timer will expire + * @param delay time interval after which the timer will expire * @param interval time interval after which the timer will be automatically rescheduled * @return -1 on failure, a timer_id value on success */ |