diff options
Diffstat (limited to 'cpp/include/IceUtil/Cond.h')
-rw-r--r-- | cpp/include/IceUtil/Cond.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Cond.h b/cpp/include/IceUtil/Cond.h index eca7512d0a2..21ccccd0683 100644 --- a/cpp/include/IceUtil/Cond.h +++ b/cpp/include/IceUtil/Cond.h @@ -282,7 +282,7 @@ Cond::timedWaitImpl(const M& mutex, const Time& timeout) const # ifdef __APPLE__ // // The monotonic time is based on mach_absolute_time and pthread - // condition variables require time from gettimeofday so we get + // condition variables require time from gettimeofday so we get // the realtime time. // timeval tv = Time::now(Time::Realtime) + timeout; |