summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SOCK_IO.h')
-rw-r--r--ACE/ace/SOCK_IO.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/SOCK_IO.h b/ACE/ace/SOCK_IO.h
index b59421602ac..746a414f6a2 100644
--- a/ACE/ace/SOCK_IO.h
+++ b/ACE/ace/SOCK_IO.h
@@ -35,8 +35,8 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* If <timeout> == 0, then the call behaves as a normal
* send/recv call, i.e., for blocking sockets, the call will
* block until action is possible; for non-blocking sockets,
- * -1 will be returned with errno == EWOULDBLOCK if no action is
- * immediately possible.
+ * EWOULDBLOCK will be returned if no action is immediately
+ * possible.
* If <timeout> != 0, the call will wait until the relative time
* specified in *<timeout> elapses.
* Errors are reported by -1 and 0 return values. If the