diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs
index 840eb04d..d8d48864 100644
--- a/websocket-sharp/Server/HttpServer.cs
+++ b/websocket-sharp/Server/HttpServer.cs
@@ -273,10 +273,11 @@ namespace WebSocketSharp.Server
#region Public Properties
///
- /// Gets the local IP address of the server.
+ /// Gets the IP address of the server.
///
///
- /// A that represents the local IP address of the server.
+ /// A that represents the local
+ /// IP address on which to listen for incoming requests.
///
public System.Net.IPAddress Address {
get {