summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SOCK.h')
-rw-r--r--ACE/ace/SOCK.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/SOCK.h b/ACE/ace/SOCK.h
index f78f693e3c1..f0841270e50 100644
--- a/ACE/ace/SOCK.h
+++ b/ACE/ace/SOCK.h
@@ -63,7 +63,7 @@ public:
*/
int close (void);
- /// Return the local endpoint address in the referenced <ACE_Addr>.
+ /// Return the local endpoint address in the referenced ACE_Addr.
/// Returns 0 if successful, else -1.
int get_local_addr (ACE_Addr &) const;
@@ -120,7 +120,7 @@ protected:
/// Protected destructor.
/**
- * Not a virtual destructor. Protected destructor to prevent
+ * Not a virtual destructor. Protected destructor to prevent
* operator delete() from being called through a base class ACE_SOCK
* pointer/reference.
*/