diff --git a/websocket-sharp/Net/InputChunkState.cs b/websocket-sharp/Net/InputChunkState.cs index 7fedfeec..520ad189 100644 --- a/websocket-sharp/Net/InputChunkState.cs +++ b/websocket-sharp/Net/InputChunkState.cs @@ -2,7 +2,7 @@ /* * InputChunkState.cs * - * This code is derived from System.Net.ChunkStream.cs of Mono + * This code is derived from ChunkStream.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License