diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs index 3075b3f4..8cedc5e3 100644 --- a/websocket-sharp/Net/HttpListenerContext.cs +++ b/websocket-sharp/Net/HttpListenerContext.cs @@ -2,7 +2,7 @@ /* * HttpListenerContext.cs * - * This code is derived from System.Net.HttpListenerContext.cs of Mono + * This code is derived from HttpListenerContext.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License