Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System / net / System / Net / _ListenerResponseStream.cs
index 61c5adc6fdf6c99ccf54323e717c97296e4e9dd2..db4ba258c787d299ef947a1bda91ccd6d5073b5e 100644 (file)
@@ -463,7 +463,7 @@ namespace System.Net {
         }
 
         // The final Content-Length async write can only be cancelled by CancelIoEx.
-        // [....] can only be cancelled by CancelSynchronousIo, but we don't attempt this right now.
+        // Sync can only be cancelled by CancelSynchronousIo, but we don't attempt this right now.
         [SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", Justification =
             "It is safe to ignore the return value on a cancel operation because the connection is being closed")]
         internal void CancelLastWrite(CriticalHandle requestQueueHandle)