diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs
index cce0c069..62497137 100644
--- a/websocket-sharp/Net/HttpListenerResponse.cs
+++ b/websocket-sharp/Net/HttpListenerResponse.cs
@@ -819,7 +819,7 @@ namespace WebSocketSharp.Net
}
///
- /// Returns the response with the specified entity body data to the client
+ /// Sends the response with the specified entity body data to the client
/// and releases the resources used by this instance.
///
///