From b1cf09929fcaf38c73f54b116d5b1e6b3a4a63b0 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 14 Mar 2015 17:50:16 +0900 Subject: [PATCH] Modified a bit for the description of HttpListenerAsyncResult.cs --- websocket-sharp/Net/HttpListenerAsyncResult.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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