summaryrefslogtreecommitdiff
path: root/ace/Log_Msg_Callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Msg_Callback.h')
-rw-r--r--ace/Log_Msg_Callback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg_Callback.h b/ace/Log_Msg_Callback.h
index 2d3af46a1b3..182186ac1ae 100644
--- a/ace/Log_Msg_Callback.h
+++ b/ace/Log_Msg_Callback.h
@@ -42,7 +42,7 @@ class ACE_Log_Record;
*
* Remember that there is one Log_Msg object per thread.
* Therefore, you may need to register your callback object with
- * many <ACE_Log_Msg> objects (and have the correct
+ * many ACE_Log_Msg objects (and have the correct
* synchronization in the <log> method) or have a separate
* callback object per Log_Msg object. Moreover,
* <ACE_Log_Msg_Callbacks> are not inherited when a new thread