diff --git a/websocket-sharp/Net/HttpListenerPrefix.cs b/websocket-sharp/Net/HttpListenerPrefix.cs index 6582aba4..137492ce 100644 --- a/websocket-sharp/Net/HttpListenerPrefix.cs +++ b/websocket-sharp/Net/HttpListenerPrefix.cs @@ -2,7 +2,7 @@ /* * HttpListenerPrefix.cs * - * This code is derived from System.Net.ListenerPrefix.cs of Mono + * This code is derived from ListenerPrefix.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License