diff --git a/websocket-sharp/Net/HttpStreamAsyncResult.cs b/websocket-sharp/Net/HttpStreamAsyncResult.cs index 6e50bffd..87ad8ff2 100644 --- a/websocket-sharp/Net/HttpStreamAsyncResult.cs +++ b/websocket-sharp/Net/HttpStreamAsyncResult.cs @@ -2,7 +2,7 @@ /* * HttpStreamAsyncResult.cs * - * This code is derived from System.Net.HttpStreamAsyncResult.cs of Mono + * This code is derived from HttpStreamAsyncResult.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License