summaryrefslogtreecommitdiff
path: root/ace/INET_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/INET_Addr.h')
-rw-r--r--ace/INET_Addr.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/INET_Addr.h b/ace/INET_Addr.h
index 1d62735b875..5d6a626e44a 100644
--- a/ace/INET_Addr.h
+++ b/ace/INET_Addr.h
@@ -126,10 +126,8 @@ public:
virtual int string_to_addr (const ASYS_TCHAR address[]);
// Initializes an <ACE_INET_Addr> from the <address>, which can be
- // "ip-addr:port-number" (e.g., "tango.cs.wustl.edu:1234"),
- // "ip-addr:port-name" (e.g., "tango.cs.wustl.edu:telnet"),
- // "ip-number:port-number" (e.g., "128.252.166.57:1234"), or
- // "ip-number:port-name" (e.g., "128.252.166.57:telnet"). If there
+ // "ip-addr:port-number" (e.g., "tango.cs.wustl.edu:1234") or
+ // "ip-number:port-number" (e.g., "128.252.166.57:1234"). If there
// is no ':' in the <address> it is assumed to be a port number,
// with the IP address being INADDR_ANY.