diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
index 3d9e56ad..707f7a93 100644
--- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
@@ -118,7 +118,7 @@ namespace WebSocketSharp.Net.WebSockets
public abstract bool IsWebSocketRequest { get; }
///
- /// Gets the value of the Origin header included in the request.
+ /// Gets the value of the Origin header included in the handshake request.
///
///
/// A that represents the value of the Origin header.