summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index 5f8bcd7927a..de764e69d71 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -136,7 +136,7 @@ class ACE_Thread_Descriptor;
* The ACE_Log_Msg class uses two priority masks to control its
* logging behavior. The <priority_mask_> object attribute is thread
* specific and specifies the priority levels logged by the thread.
- * The <process_priority_mask_> class attribute is not thread specific
+ * The <process_priority_mask_> class attribute is not thread-specific
* and specifies the priority levels that will be logged by all
* threads in the process. By default, all levels are enabled for
* <priority_mask_> and all levels are disabled for