summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram_Mcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.h')
-rw-r--r--ace/SOCK_Dgram_Mcast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK_Dgram_Mcast.h b/ace/SOCK_Dgram_Mcast.h
index 55d3ba832dd..a5640829f7e 100644
--- a/ace/SOCK_Dgram_Mcast.h
+++ b/ace/SOCK_Dgram_Mcast.h
@@ -34,7 +34,7 @@ class ACE_Export ACE_SOCK_Dgram_Mcast : public ACE_SOCK_Dgram
public:
// = Initialization routine.
ACE_SOCK_Dgram_Mcast (void);
- // Note that there is no <open>. This cannot be used unless you
+ // Note that there is no open (). This cannot be used unless you
// subscribe to the multicast group. If you just want to send (and
// not listen) to the multicast group, use ACE_SOCK_Dgram or
// ACE_SOCK_CODgram.