diff --git a/websocket-sharp/Net/LineState.cs b/websocket-sharp/Net/LineState.cs index c2a8e8a2..35ffd51f 100644 --- a/websocket-sharp/Net/LineState.cs +++ b/websocket-sharp/Net/LineState.cs @@ -2,7 +2,7 @@ /* * LineState.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