diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs
index a0752fa5..c1097039 100644
--- a/websocket-sharp/Net/HttpListenerResponse.cs
+++ b/websocket-sharp/Net/HttpListenerResponse.cs
@@ -150,19 +150,21 @@ namespace WebSocketSharp.Net
}
///
- /// Gets or sets the number of bytes in the entity body data included in the response.
+ /// Gets or sets the number of bytes in the entity body data included in
+ /// the response.
///
///
- /// A that represents the value of the Content-Length entity-header.
+ /// A that represents the value of the Content-Length
+ /// header.
///
///
/// The value specified for a set operation is less than zero.
///
///
- /// The response has already been sent.
+ /// The response is already being sent.
///
///
- /// This object is closed.
+ /// This instance is closed.
///
public long ContentLength64 {
get {