diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs
index fe03177f..3290f99b 100644
--- a/websocket-sharp/Server/HttpServer.cs
+++ b/websocket-sharp/Server/HttpServer.cs
@@ -82,7 +82,8 @@ namespace WebSocketSharp.Server
/// Initializes a new instance of the class.
///
///
- /// An instance initialized by this constructor listens for the incoming requests on port 80.
+ /// The new instance listens for incoming requests on
+ /// and port 80.
///
public HttpServer ()
{