Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / mscorlib / system / threading / waithandle.cs
index e1f436b6bc7282cb3082a23604b6a4bd8af01812..1dfaac3e7dce0d5aebc53fd383dfd3a751b7a234 100644 (file)
@@ -4,7 +4,7 @@
 // 
 // ==--==
 //
-// <OWNER>[....]</OWNER>
+// <OWNER>Microsoft</OWNER>
 /*=============================================================================
 **
 ** Class: WaitHandle    (this name is NOT definitive)
@@ -113,7 +113,7 @@ namespace System.Threading
                     // ideally do these things:
                     // *) Expose a settable SafeHandle property on WaitHandle.
                     // *) Expose a settable OwnsHandle property on SafeHandle.
-                    // We're looking into this.   -- [....]
+                    // We're looking into this.   -- Microsoft
                     if (safeWaitHandle != null)
                     {
                         safeWaitHandle.SetHandleAsInvalid();