diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
index b33f37ce..aed0391f 100644
--- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
@@ -456,12 +456,11 @@ namespace WebSocketSharp.Net.WebSockets
#region Public Methods
///
- /// Returns a that represents
- /// the current .
+ /// Returns a string that represents the current instance.
///
///
- /// A that represents
- /// the current .
+ /// A that contains the request line and headers
+ /// included in the handshake request.
///
public override string ToString ()
{