diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-28 00:01:11 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-28 00:01:11 +0000 |
commit | 578a671540fbac376c55e8924c2b921737c9d9cd (patch) | |
tree | f5ae9b7f34f72ab75e5b78330ba8ceaaf28f0a24 /ace/UNIX_Addr.h | |
parent | e46f9b7e2e941c8f3ce18563dc0bee4d95834ecc (diff) | |
download | ATCD-578a671540fbac376c55e8924c2b921737c9d9cd.tar.gz |
fixed typo in comment INET_Addr -> UNIX_Addr
Diffstat (limited to 'ace/UNIX_Addr.h')
-rw-r--r-- | ace/UNIX_Addr.h | 2 |
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. |