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