diff --git a/websocket-sharp/Net/HttpListenerAsyncResult.cs b/websocket-sharp/Net/HttpListenerAsyncResult.cs index 06205832..3c967f82 100644 --- a/websocket-sharp/Net/HttpListenerAsyncResult.cs +++ b/websocket-sharp/Net/HttpListenerAsyncResult.cs @@ -2,7 +2,7 @@ /* * HttpListenerAsyncResult.cs * - * This code is derived from System.Net.ListenerAsyncResult.cs of Mono + * This code is derived from ListenerAsyncResult.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License