diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
index 9935aee0..f4fa491b 100644
--- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
@@ -324,12 +324,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 ()
{