summaryrefslogtreecommitdiff
path: root/ACE/ace/Thread_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Thread_Adapter.h')
-rw-r--r--ACE/ace/Thread_Adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Thread_Adapter.h b/ACE/ace/Thread_Adapter.h
index 454661387e3..9b2c8dd22a1 100644
--- a/ACE/ace/Thread_Adapter.h
+++ b/ACE/ace/Thread_Adapter.h
@@ -60,7 +60,7 @@ public:
/**
* Execute the <user_func_> with the <arg>. This function deletes
- * <this>, thereby rendering the object useless after the call
+ * @c this, thereby rendering the object useless after the call
* returns.
*/
virtual ACE_THR_FUNC_RETURN invoke (void);