diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-02-22 00:18:45 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-02-22 00:18:45 +0000 |
commit | f0bf9c81fe9258869b15d7ba06453252ac64665d (patch) | |
tree | a18314a72bf1f79a83f77b8864df954fd60d996d /ace/Timer_Queue.cpp | |
parent | 2c1882c7416d40fd95e660244f4095530368253e (diff) | |
download | ATCD-f0bf9c81fe9258869b15d7ba06453252ac64665d.tar.gz |
foo
Diffstat (limited to 'ace/Timer_Queue.cpp')
-rw-r--r-- | ace/Timer_Queue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue.cpp b/ace/Timer_Queue.cpp index 8de4bbd281e..738ea7a4263 100644 --- a/ace/Timer_Queue.cpp +++ b/ace/Timer_Queue.cpp @@ -53,7 +53,7 @@ ACE_Timer_Queue_Iterator::~ACE_Timer_Queue_Iterator (void) { } -// Determines the maximum amount of time that the Reactor must wait +// Determines the minimum amount of time that the Reactor must wait // before timing out. This is computed as the smaller of (1) the // amount the caller requested when calling handle_events() and (2) // the earliest time registered in the Timer Queue (if any). Must be |