Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Data / System / Data / SqlClient / SqlSequentialTextReader.cs
index d5e60712a2445ea745e04a38592185a9cbf68f6a..8236a519bb17a5be357567c6bed2086b5c7b1117 100644 (file)
@@ -180,7 +180,7 @@ namespace System.Data.SqlClient
                                     byteBufferUsed += bytesRead;
                                 }
                                 else {
-                                    // We need more data - setup the callback, and mark this as not completed [....]
+                                    // We need more data - setup the callback, and mark this as not completed sync
                                     completedSynchronously = false;
                                     getBytesTask.ContinueWith((t) =>
                                     {