summaryrefslogtreecommitdiff
path: root/ace/SOCK_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Connector.h')
-rw-r--r--ace/SOCK_Connector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/SOCK_Connector.h b/ace/SOCK_Connector.h
index 2d9b3027c17..d64d307a277 100644
--- a/ace/SOCK_Connector.h
+++ b/ace/SOCK_Connector.h
@@ -6,7 +6,7 @@
*
* $Id$
*
- * @author Doug Schmidt <schmidt@cs.wustl.edu>
+ * @author Doug Schmidt
*/
//=============================================================================
@@ -52,7 +52,7 @@ public:
* the connection is done using non-blocking mode. In this case, if
* the connection can't be made immediately the value of -1 is
* returned with <errno == EWOULDBLOCK>. If *timeout > {0, 0} then
- * this is the maximum amount of time to wait before timing out. If the
+ * this is the amount of time to wait before timing out. If the
* time expires before the connection is made <errno == ETIME>. The
* <local_sap> is the value of local address to bind to. If it's
* the default value of <ACE_Addr::sap_any> then the user is letting
@@ -111,7 +111,7 @@ public:
* the connection is done using non-blocking mode. In this case, if
* the connection can't be made immediately the value of -1 is
* returned with <errno == EWOULDBLOCK>. If *timeout > {0, 0} then
- * this is the maximum amount of time to wait before timing out. If the
+ * this is the amount of time to wait before timing out. If the
* time expires before the connection is made <errno == ETIME>. The
* <local_sap> is the value of local address to bind to. If it's
* the default value of <ACE_Addr::sap_any> then the user is letting