diff --git a/websocket-sharp/Net/ReadBufferState.cs b/websocket-sharp/Net/ReadBufferState.cs index 8cbe9b76..55489802 100644 --- a/websocket-sharp/Net/ReadBufferState.cs +++ b/websocket-sharp/Net/ReadBufferState.cs @@ -2,7 +2,7 @@ /* * ReadBufferState.cs * - * This code is derived from System.Net.ChunkedInputStream.cs of Mono + * This code is derived from ChunkedInputStream.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License