summaryrefslogtreecommitdiff
path: root/ace/Capabilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Capabilities.h')
-rw-r--r--ace/Capabilities.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Capabilities.h b/ace/Capabilities.h
index a970722e803..609f3ddaa06 100644
--- a/ace/Capabilities.h
+++ b/ace/Capabilities.h
@@ -124,12 +124,12 @@ protected:
* This is a container class for ACE Capabilities
* values. Currently exist three different capability values:
* <ACE_IntCapEntry> (integer), <ACE_BoolCapEntry> (bool) and
- * <ACE_StringCapEntry> (String). An <ACE_Capabilities> is a
+ * <ACE_StringCapEntry> (String). An ACE_Capabilities is a
* unordered set of pair = (<String>, <ACE_CapEntry> *). Where
* the first component is the name of capability and the second
* component is a pointer to the capability value container. A
- * <FILE> is a container for <ACE_Capabilities>, the
- * <ACE_Capabilities> has a name in the file, as a termcap file.
+ * <FILE> is a container for ACE_Capabilities, the
+ * ACE_Capabilities has a name in the file, as a termcap file.
*/
class ACE_Export ACE_Capabilities
{