summaryrefslogtreecommitdiff
path: root/ace/UNIX_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/UNIX_Addr.h')
-rw-r--r--ace/UNIX_Addr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/UNIX_Addr.h b/ace/UNIX_Addr.h
index 1c8b9a8269e..b198b13da25 100644
--- a/ace/UNIX_Addr.h
+++ b/ace/UNIX_Addr.h
@@ -50,7 +50,7 @@ public:
// Creates an ACE_UNIX_Addr from a string.
int set (const sockaddr_un *, int len);
- // Creates an ACE_UNIX_Addr from a sockaddr_un structure.
+ // Creates an ACE_INET_Addr from a sockaddr_un structure.
virtual void *get_addr (void) const;
// Return a pointer to the underlying network address.