diff --git a/xml/System.DirectoryServices/ActiveDirectorySecurity.xml b/xml/System.DirectoryServices/ActiveDirectorySecurity.xml
index cab34b01673..0be2c6eae01 100644
--- a/xml/System.DirectoryServices/ActiveDirectorySecurity.xml
+++ b/xml/System.DirectoryServices/ActiveDirectorySecurity.xml
@@ -391,7 +391,7 @@
The type of access control modification to perform.
The access rule to modify.
- if successfully modified; otherwise, .
+ if actually modified; otherwise, .
Applies the specified modification to the specified .
if successfully modified; otherwise, .
@@ -424,7 +424,7 @@
The modification to apply.
The audit rule to modify.
- if successfully modified; otherwise, .
+ if actually modified; otherwise, .
Applies the specified modification to the specified .
if successfully modified; otherwise, .
diff --git a/xml/System.Security.AccessControl/ObjectSecurity.xml b/xml/System.Security.AccessControl/ObjectSecurity.xml
index ebedd2922a6..7f5268ea8e7 100644
--- a/xml/System.Security.AccessControl/ObjectSecurity.xml
+++ b/xml/System.Security.AccessControl/ObjectSecurity.xml
@@ -870,7 +870,7 @@
The modification to apply to the DACL.
The access rule to modify.
- if the DACL is successfully modified; otherwise, .
+ if the DACL is actually modified; otherwise, .
Applies the specified modification to the Discretionary Access Control List (DACL) associated with this object.
if the DACL is successfully modified; otherwise, .
@@ -918,7 +918,7 @@
The modification to apply to the SACL.
The audit rule to modify.
- if the SACL is successfully modified; otherwise, .
+ if the SACL is actually modified; otherwise, .
Applies the specified modification to the System Access Control List (SACL) associated with this object.
if the SACL is successfully modified; otherwise, .