diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs
index 2982fa88..f9648c0a 100644
--- a/websocket-sharp/Net/HttpUtility.cs
+++ b/websocket-sharp/Net/HttpUtility.cs
@@ -262,12 +262,12 @@ namespace WebSocketSharp.Net
///
///
///
- /// MS .NET starts encoding with &# from the character code 160 and
- /// stops at the character code 255.
+ /// This method starts encoding with a NCR from the character code 160
+ /// but does not stop at the character code 255.
///
///
- /// This method does not do that. One reason is the unicode characters
- /// 65308 and 65310 that look like < and >.
+ /// One reason is the unicode characters < and > that
+ /// look like < and >.
///
///
///