diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs
index 13a68516..99247bea 100644
--- a/websocket-sharp/Net/HttpListenerContext.cs
+++ b/websocket-sharp/Net/HttpListenerContext.cs
@@ -199,14 +199,15 @@ namespace WebSocketSharp.Net
#region Public Methods
///
- /// Accepts a WebSocket connection request.
+ /// Accepts a WebSocket handshake request.
///
///
- /// A that represents the WebSocket connection
- /// request.
+ /// A that represents
+ /// the WebSocket handshake request.
///
///
- /// A that represents the subprotocol used in the WebSocket connection.
+ /// A that represents the subprotocol supported on
+ /// this WebSocket connection.
///
///
///