summaryrefslogtreecommitdiffstats
path: root/net/base/tcp_client_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/tcp_client_socket.h')
-rw-r--r--net/base/tcp_client_socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/tcp_client_socket.h b/net/base/tcp_client_socket.h
index 96e40e6..e4a0848 100644
--- a/net/base/tcp_client_socket.h
+++ b/net/base/tcp_client_socket.h
@@ -86,8 +86,8 @@ class TCPClientSocket : public ClientSocket,
// base::ObjectWatcher::Delegate methods:
virtual void OnObjectSignaled(HANDLE object);
- // After a Winsock function succeeds synchronously, waits for the
- // (manual-reset) event object to become signaled and resets it.
+ // Waits for the (manual-reset) event object to become signaled and resets
+ // it. Called after a Winsock function succeeds synchronously
//
// Our testing shows that except in rare cases (when running inside QEMU),
// the event object is already signaled at this point, so we just call this