Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / mscorlib / system / io / unmanagedmemorystreamwrapper.cs
index 20535e7022c14c2f25bf7375313b5f094a85a7db..613241bab177f6e344ad3c9ab921fd5cc98e0a4b 100644 (file)
@@ -7,7 +7,7 @@
 **
 ** Class:  UnmanagedMemoryStreamWrapper
 ** 
-** <OWNER>[....]</OWNER>
+** <OWNER>Microsoft</OWNER>
 **
 ** Purpose: Create a Memorystream over an UnmanagedMemoryStream
 **
@@ -152,7 +152,7 @@ namespace System.IO {
 
         public override Task CopyToAsync(Stream destination, Int32 bufferSize, CancellationToken cancellationToken) {
 
-            // The parameter checks must be in [....] with the base version:
+            // The parameter checks must be in sync with the base version:
             if (destination == null)
                 throw new ArgumentNullException("destination");