summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Service_Types.h')
-rw-r--r--ACE/ace/Service_Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Service_Types.h b/ACE/ace/Service_Types.h
index 8f7e838f4e3..5888be064e8 100644
--- a/ACE/ace/Service_Types.h
+++ b/ACE/ace/Service_Types.h
@@ -122,7 +122,7 @@ class ACE_Export ACE_Module_Type : public ACE_Service_Type_Impl
{
public:
// = Initialization method.
- ACE_Module_Type (void *m, // Really an <ACE_Module> *.
+ ACE_Module_Type (void *m, // Really an ACE_Module *.
const ACE_TCHAR *identifier,
u_int flags = 0);