summaryrefslogtreecommitdiff
path: root/ACE/ace/RW_Thread_Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/RW_Thread_Mutex.h')
-rw-r--r--ACE/ace/RW_Thread_Mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/RW_Thread_Mutex.h b/ACE/ace/RW_Thread_Mutex.h
index e42b7a33520..ba903df4f76 100644
--- a/ACE/ace/RW_Thread_Mutex.h
+++ b/ACE/ace/RW_Thread_Mutex.h
@@ -49,7 +49,7 @@ public:
* Conditionally upgrade a read lock to a write lock. This only
* works if there are no other readers present, in which case the
* method returns 0. Otherwise, the method returns -1 and sets
- * <errno> to <EBUSY>. Note that the caller of this method *must*
+ * @c errno to @c EBUSY. Note that the caller of this method *must*
* already possess this lock as a read lock (but this condition is
* not checked by the current implementation).
*/