Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / mscorlib / system / security / accesscontrol / securitydescriptor.cs
index 099ebdec156e7726ea59d5f7ec6fd9026bfe105b..cf75b4a7dba9b1c51f11f20ed5c8685befa50bd0 100644 (file)
@@ -913,7 +913,7 @@ namespace System.Security.AccessControl
             ControlFlags actualFlags = flags | ControlFlags.DiscretionaryAclPresent;
             
             //
-            // Keep SACL and the flag bit in [....].
+            // Keep SACL and the flag bit in sync.
             //
 
             if (systemAcl == null)
@@ -1263,7 +1263,7 @@ namespace System.Security.AccessControl
 
         //
         // These two add/remove method must be called with great care (and thus it is internal)
-        // The caller is responsible for keeping the SaclPresent and DaclPresent bits in [....]
+        // The caller is responsible for keeping the SaclPresent and DaclPresent bits in sync
         // with the actual SACL and DACL.
         //