summaryrefslogtreecommitdiff
path: root/ACE/ace/Thread_Mutex.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-27 18:08:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-27 18:08:48 +0000
commit97bc605364d365341624ef64f25bb86c31d32e9b (patch)
tree88d170750727140fb4994b708f0881c4a4b83b15 /ACE/ace/Thread_Mutex.h
parent577e65a4c35c94c170c735d1d13300839921e545 (diff)
downloadATCD-97bc605364d365341624ef64f25bb86c31d32e9b.tar.gz
Mon Sep 27 18:04:34 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ACE.h: * ace/Thread.h: * ace/Thread_Adapter.h: * ace/Thread_Mutex.h: Doxygen changes
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 2c5d7bfca88..09d2474e3bd 100644
--- a/ACE/ace/Thread_Mutex.h
+++ b/ACE/ace/Thread_Mutex.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.