From 2aebe89e2d4ee072470926462fc8c5c2cf11c7c9 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 20 Feb 2015 16:44:20 +0900 Subject: [PATCH] Modified a bit for the description of EndPointManager.cs --- websocket-sharp/Net/EndPointManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/EndPointManager.cs b/websocket-sharp/Net/EndPointManager.cs index dcdf9e42..5fdc747a 100644 --- a/websocket-sharp/Net/EndPointManager.cs +++ b/websocket-sharp/Net/EndPointManager.cs @@ -2,7 +2,7 @@ /* * EndPointManager.cs * - * This code is derived from System.Net.EndPointManager.cs of Mono + * This code is derived from EndPointManager.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License