diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
index 6e09360d..419b4aa8 100644
--- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
@@ -94,7 +94,7 @@ namespace WebSocketSharp.Net.WebSockets
}
///
- /// Gets the HTTP headers included in the request.
+ /// Gets the HTTP headers included in the handshake request.
///
///
/// A that contains the headers.