From 962dc05774c9bcc8a5a649a0d4de15b036fa702f Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 7 Apr 2015 15:30:00 +0900 Subject: [PATCH] Modified a bit for the description of HttpStreamAsyncResult.cs --- websocket-sharp/Net/HttpStreamAsyncResult.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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