diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
index 06a7c43b..2a06ea9f 100644
--- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
@@ -198,10 +198,11 @@ namespace WebSocketSharp.Net.WebSockets
}
///
- /// Gets a value indicating whether the WebSocket connection is secured.
+ /// Gets a value indicating whether a secure connection is used to send
+ /// the handshake request.
///
///
- /// true if the connection is secured; otherwise, false.
+ /// true if the connection is secure; otherwise, false.
///
public override bool IsSecureConnection {
get {