diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index 81b9ab36..fe72aa88 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -292,10 +292,12 @@ namespace WebSocketSharp.Net
}
///
- /// Gets a value indicating whether the client requests a persistent connection.
+ /// Gets a value indicating whether the client requests a persistent
+ /// connection.
///
///
- /// true if the client requests a persistent connection; otherwise, false.
+ /// true if the request specifies that the connection is kept open;
+ /// otherwise, false.
///
public bool KeepAlive {
get {