diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs
index a6364bec..1cb1b583 100644
--- a/websocket-sharp/Net/HttpListenerContext.cs
+++ b/websocket-sharp/Net/HttpListenerContext.cs
@@ -125,10 +125,10 @@ namespace WebSocketSharp.Net
#region Public Properties
///
- /// Gets the HTTP request information from a client.
+ /// Gets the HTTP request object that represents a client request.
///
///
- /// A that represents the HTTP request.
+ /// A that represents the client request.
///
public HttpListenerRequest Request {
get {