fixed typo in a comment
authorThomas Bluemel <thomas@reactsoft.com>
Sun, 31 Jul 2005 20:35:08 +0000 (20:35 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sun, 31 Jul 2005 20:35:08 +0000 (20:35 +0000)
svn path=/trunk/; revision=16922

reactos/lib/advapi32/sec/misc.c

index a8a435f..0af5fca 100644 (file)
@@ -1868,7 +1868,7 @@ TreeResetNamedSecurityInfoW(LPWSTR pObjectName,
                 case SE_REGISTRY_KEY:
                 {
                     /* check the SecurityInfo flags for sanity (both, the protected
-                       and unprotected dacl/sacl flag must not be passed together */
+                       and unprotected dacl/sacl flag must not be passed together) */
                     if (((SecurityInfo & DACL_SECURITY_INFORMATION) &&
                          (SecurityInfo & (PROTECTED_DACL_SECURITY_INFORMATION | UNPROTECTED_DACL_SECURITY_INFORMATION)) ==
                              (PROTECTED_DACL_SECURITY_INFORMATION | UNPROTECTED_DACL_SECURITY_INFORMATION))