diff --git a/websocket-sharp/Net/Chunk.cs b/websocket-sharp/Net/Chunk.cs index 2c37a482..a6fc1a58 100644 --- a/websocket-sharp/Net/Chunk.cs +++ b/websocket-sharp/Net/Chunk.cs @@ -2,7 +2,7 @@ /* * Chunk.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