summaryrefslogtreecommitdiff
path: root/ace/UNIX_Addr.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-04-28 00:01:11 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-04-28 00:01:11 +0000
commit578a671540fbac376c55e8924c2b921737c9d9cd (patch)
treef5ae9b7f34f72ab75e5b78330ba8ceaaf28f0a24 /ace/UNIX_Addr.h
parente46f9b7e2e941c8f3ce18563dc0bee4d95834ecc (diff)
downloadATCD-578a671540fbac376c55e8924c2b921737c9d9cd.tar.gz
fixed typo in comment INET_Addr -> UNIX_Addr
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 b198b13da25..1c8b9a8269e 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_INET_Addr from a sockaddr_un structure.
+ // Creates an ACE_UNIX_Addr from a sockaddr_un structure.
virtual void *get_addr (void) const;
// Return a pointer to the underlying network address.