aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/Thread_Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/acelite/ace/Thread_Mutex.h')
-rw-r--r--dep/acelite/ace/Thread_Mutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/acelite/ace/Thread_Mutex.h b/dep/acelite/ace/Thread_Mutex.h
index fd8f3959587..7bda270e5d3 100644
--- a/dep/acelite/ace/Thread_Mutex.h
+++ b/dep/acelite/ace/Thread_Mutex.h
@@ -4,7 +4,7 @@
/**
* @file Thread_Mutex.h
*
- * $Id: Thread_Mutex.h 89127 2010-02-22 19:58:18Z schmidt $
+ * $Id: Thread_Mutex.h 92060 2010-09-27 18:08:48Z johnnyw $
*
* Moved from Synch.h.
*
@@ -78,7 +78,7 @@ public:
int acquire (ACE_Time_Value &tv);
/**
- * If @a tv == 0 the call <acquire()> directly. Otherwise, Block the
+ * If @a tv == 0 the call acquire() directly. Otherwise, Block the
* thread until we acquire the mutex or until @a tv times out, in
* which case -1 is returned with @c errno == @c ETIME. Note that
* @a tv is assumed to be in "absolute" rather than "relative" time.