diff --git a/websocket-sharp/Net/InputState.cs b/websocket-sharp/Net/InputState.cs index 72361dfd..32833f4f 100644 --- a/websocket-sharp/Net/InputState.cs +++ b/websocket-sharp/Net/InputState.cs @@ -2,7 +2,7 @@ /* * InputState.cs * - * This code is derived from System.Net.HttpConnection.cs of Mono + * This code is derived from HttpConnection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License