diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs
index cb6565fc..ce8a736b 100644
--- a/websocket-sharp/Ext.cs
+++ b/websocket-sharp/Ext.cs
@@ -1339,14 +1339,15 @@ namespace WebSocketSharp
}
///
- /// Determines whether the specified is host (this computer
+ /// Determines whether the specified byte order is host (this computer
/// architecture) byte order.
///
///
- /// true if is host byte order; otherwise, false.
+ /// true if is host byte order; otherwise,
+ /// false.
///
///
- /// One of the enum values, to test.
+ /// One of the enum values to test.
///
public static bool IsHostOrder (this ByteOrder order)
{