summaryrefslogtreecommitdiff
path: root/ACE/ace/Thread_Mutex.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-14 08:55:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-14 08:55:20 +0000
commit4859c160bb68904929a519aa53c6509bd6796b96 (patch)
tree12c6c35187b4fc9ba9d6b14ad7dd0648a4b70d80 /ACE/ace/Thread_Mutex.h
parent7a0e3c20449e6a8ad592bec6cb80eec1e630e907 (diff)
downloadATCD-4859c160bb68904929a519aa53c6509bd6796b96.tar.gz
Wed Feb 14 08:53:58 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
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