diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
index b0227574..9f6022fe 100644
--- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
@@ -200,10 +200,10 @@ namespace WebSocketSharp.Net.WebSockets
}
///
- /// Gets a value indicating whether the request is a WebSocket connection request.
+ /// Gets a value indicating whether the request is a WebSocket handshake request.
///
///
- /// true if the request is a WebSocket connection request; otherwise, false.
+ /// true if the request is a WebSocket handshake request; otherwise, false.
///
public override bool IsWebSocketRequest {
get {