Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Core / Microsoft / Win32 / SafeHandles / NCryptSafeHandles.cs
index 9e09c9feb6e417b55f1ff2e4253c1375f97de313..ab3a042e02e5605389fdc0dbc6c0957ad7acb0d9 100644 (file)
@@ -263,7 +263,7 @@ namespace Microsoft.Win32.SafeHandles {
             T duplicate = new T();
 
             // We need to do this operation in a CER in order to ensure that everybody's state stays consistent
-            // with the current view of the world.  If the state of the various handles gets out of [....], then
+            // with the current view of the world.  If the state of the various handles gets out of sync, then
             // we'll end up leaking since reference counts will not be set up properly.
             RuntimeHelpers.PrepareConstrainedRegions();
             try { }