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