diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
index 76270e57..55ef6c35 100644
--- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
@@ -142,7 +142,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.