From 4859c160bb68904929a519aa53c6509bd6796b96 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 14 Feb 2007 08:55:20 +0000 Subject: Wed Feb 14 08:53:58 UTC 2007 Johnny Willemsen --- ACE/ace/Recursive_Thread_Mutex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ACE/ace/Recursive_Thread_Mutex.h') diff --git a/ACE/ace/Recursive_Thread_Mutex.h b/ACE/ace/Recursive_Thread_Mutex.h index c24e4425b64..5ce635cac12 100644 --- a/ACE/ace/Recursive_Thread_Mutex.h +++ b/ACE/ace/Recursive_Thread_Mutex.h @@ -72,8 +72,8 @@ public: int acquire (ACE_Time_Value &tv); /** - * If == 0 the call directly. Otherwise, Block the - * thread until we acquire the mutex or until times out, in + * If @a tv == 0 the call directly. Otherwise, Block the + * thread until we acquire the mutex or until @a tv times out, in * which case -1 is returned with == . 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 -- cgit v1.2.1