Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / mscorlib / system / runtime / remoting / identityholder.cs
index 3e3650d85d0dcf8eee9d19d9de468f4a72600381..6959edaf974541aa72744b83c06fc94a1de05fc6 100644 (file)
@@ -449,7 +449,7 @@ namespace System.Runtime.Remoting {
                     if (takeAndRelease)
                         rwlock.AcquireWriterLock(INFINITE);
 
-                    // SetIdentity will give the correct Id if we ----d
+                    // SetIdentity will give the correct Id if we raced
                     // between the ResolveIdentity call above and now.
                     //   (we are unmarshaling, and the server should guarantee
                     //    that the uri is unique, so we will use an existing identity