sec_acl.cc (set_posix_access): Fix typo in comment

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-04-20 10:12:24 +02:00
parent 2e950b1edd
commit a024aa2f8f
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ set_posix_access (mode_t attr, uid_t uid, gid_t gid,
idx < nentries && aclbufp[idx].a_type & check_types; idx < nentries && aclbufp[idx].a_type & check_types;
++idx) ++idx)
{ {
/* Avoid to create DENY ACEs for the second orrurence of /* Avoid creating DENY ACEs for the second occurrence of
accounts which show up twice, as USER_OBJ and USER, or accounts which show up twice, as USER_OBJ and USER, or
GROUP_OBJ and GROUP. */ GROUP_OBJ and GROUP. */
if ((aclbufp[idx].a_type & USER && aclsid[idx] == owner) if ((aclbufp[idx].a_type & USER && aclsid[idx] == owner)