Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Core / System / Linq / Parallel / Scheduling / QueryTask.cs
index 97dc14d53cc4d52cbf7d9a5921cd9d3ca476f1ec..7ca188a354f1bec4df01ed9263530ce87d86fb9e 100644 (file)
@@ -7,7 +7,7 @@
 //
 // QueryTask.cs
 //
-// <OWNER>[....]</OWNER>
+// <OWNER>Microsoft</OWNER>
 //
 // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
@@ -88,7 +88,7 @@ namespace System.Linq.Parallel
         }
 
         //-----------------------------------------------------------------------------------
-        // Common function called regardless of [....] or async execution.  Just wraps some
+        // Common function called regardless of sync or async execution.  Just wraps some
         // amount of tracing around the call to the real work API.
         //