summaryrefslogtreecommitdiff
path: root/ace/Log_Priority.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Priority.h')
-rw-r--r--ace/Log_Priority.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Priority.h b/ace/Log_Priority.h
index 3f7e96a0211..dc05f6df1b3 100644
--- a/ace/Log_Priority.h
+++ b/ace/Log_Priority.h
@@ -24,7 +24,7 @@ enum ACE_Log_Priority
//
// = DESCRIPTION
// These values are defined using powers of two so that it's
- // possible to form a mask to turn the on or off dynamically.
+ // possible to form a mask to turn them on or off dynamically.
{
// = Note, this first argument *must* start at 1!