| Index: net/socket/stream_socket.h
|
| diff --git a/net/socket/stream_socket.h b/net/socket/stream_socket.h
|
| index a5130990615f4af39611b0cd3f290ad6e3234b3b..81e13428d076af0b8f473fddc04555c53d0bccc9 100644
|
| --- a/net/socket/stream_socket.h
|
| +++ b/net/socket/stream_socket.h
|
| @@ -59,7 +59,7 @@ class NET_EXPORT_PRIVATE StreamSocket : public Socket {
|
| virtual int GetPeerAddress(IPEndPoint* address) const = 0;
|
|
|
| // Copies the local address to |address| and returns a network error code.
|
| - // ERR_SOCKET_NOT_CONNECTED will be returned if the socket is not connected.
|
| + // ERR_SOCKET_NOT_CONNECTED will be returned if the socket is not bound.
|
| virtual int GetLocalAddress(IPEndPoint* address) const = 0;
|
|
|
| // Gets the NetLog for this socket.
|
|
|