Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Web / ThreadContext.cs
index 2975040697e21b25b4a7d86e39c2fa68272b7a38..bfd7b04d52be5b57ab6ee384baf2d16908d57b7a 100644 (file)
@@ -61,7 +61,7 @@
 
             /*
              * !! IMPORTANT !!
-             * Keep this logic in [....] with DisassociateFromCurrentThread and EnterExecutionContext.
+             * Keep this logic in sync with DisassociateFromCurrentThread and EnterExecutionContext.
              */
 
             // attach http context to the call context
 
             /*
              * !! IMPORTANT !!
-             * Keep this logic in [....] with AssociateWithCurrentThread and EnterExecutionContext.
+             * Keep this logic in sync with AssociateWithCurrentThread and EnterExecutionContext.
              */
 
             Current = _originalThreadContextCurrent;
 
             /*
              * !! IMPORTANT !!
-             * Keep this logic in [....] with AssociateWithCurrentThread and DisassociateFromCurrentThread.
+             * Keep this logic in sync with AssociateWithCurrentThread and DisassociateFromCurrentThread.
              */
 
             // ExecutionContext.Run replaces the current impersonation token, so we need to impersonate