diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs
index 6dca7353..e3d69102 100644
--- a/websocket-sharp/Net/HttpListenerContext.cs
+++ b/websocket-sharp/Net/HttpListenerContext.cs
@@ -44,8 +44,8 @@ using WebSocketSharp.Net.WebSockets;
namespace WebSocketSharp.Net
{
///
- /// Provides the access to the HTTP request and response information
- /// used by the .
+ /// Provides the access to the HTTP request and response objects used by
+ /// the .
///
///
/// The HttpListenerContext class cannot be inherited.