Index: net/socket/tcp_socket_win.cc |
diff --git a/net/socket/tcp_socket_win.cc b/net/socket/tcp_socket_win.cc |
index 592c00dc1c245dd6c7d22112649f85a905a0bfdb..fc7da411fdc8da91374d75a11c8fcca421d7a79d 100644 |
--- a/net/socket/tcp_socket_win.cc |
+++ b/net/socket/tcp_socket_win.cc |
@@ -425,7 +425,7 @@ int TCPSocketWin::Connect(const IPEndPoint& address, |
// completed and failed. Although it is allowed to connect the same |socket_| |
// again after a connection attempt failed on Windows, it results in |
// unspecified behavior according to POSIX. Therefore, we make it behave in |
- // the same way as TCPSocketLibevent. |
+ // the same way as TCPSocketPosix. |
DCHECK(!peer_address_ && !core_.get()); |
if (!logging_multiple_connect_attempts_) |