summaryrefslogtreecommitdiff
path: root/ACE/ace/Thread_Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Thread_Mutex.h')
-rw-r--r--ACE/ace/Thread_Mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Thread_Mutex.h b/ACE/ace/Thread_Mutex.h
index b923f905093..9e70cdd3d82 100644
--- a/ACE/ace/Thread_Mutex.h
+++ b/ACE/ace/Thread_Mutex.h
@@ -79,7 +79,7 @@ public:
/**
* If @a tv == 0 the call <acquire()> directly. Otherwise, Block the
- * thread until we acquire the mutex or until <tv> times out, in
+ * thread until we acquire the mutex or until @a tv times out, in
* which case -1 is returned with <errno> == <ETIME>. Note that
* <*tv> is assumed to be in "absolute" rather than "relative" time.
* The value of <*tv> is updated upon return to show the actual