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 5888be064e8..fccf76b5f02 100644
--- a/ACE/ace/Service_Types.h
+++ b/ACE/ace/Service_Types.h
@@ -162,7 +162,7 @@ class ACE_Export ACE_Stream_Type : public ACE_Service_Type_Impl
{
public:
// = Initialization method.
- ACE_Stream_Type (void *s, // Really an <ACE_Stream> *.
+ ACE_Stream_Type (void *s, // Really an ACE_Stream *.
const ACE_TCHAR *identifier,
u_int flags = 0);