diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index f56cf902..62f3650f 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -273,7 +273,7 @@ namespace WebSocketSharp.Net
}
///
- /// Gets a value indicating whether the client that sent the request is authenticated.
+ /// Gets a value indicating whether the client is authenticated.
///
///
/// true if the client is authenticated; otherwise, false.