diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs
index 98280480..fe03177f 100644
--- a/websocket-sharp/Server/HttpServer.cs
+++ b/websocket-sharp/Server/HttpServer.cs
@@ -2,7 +2,7 @@
/*
* HttpServer.cs
*
- * A simple HTTP server that allows to accept the WebSocket connection requests.
+ * A simple HTTP server that allows to accept WebSocket handshake requests.
*
* The MIT License
*
@@ -52,10 +52,11 @@ using WebSocketSharp.Net.WebSockets;
namespace WebSocketSharp.Server
{
///
- /// Provides a simple HTTP server that allows to accept the WebSocket connection requests.
+ /// Provides a simple HTTP server that allows to accept
+ /// WebSocket handshake requests.
///
///
- /// The HttpServer class can provide multiple WebSocket services.
+ /// This class can provide multiple WebSocket services.
///
public class HttpServer
{