diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-04-20 10:12:24 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-04-20 10:12:24 +0200 |
commit | a024aa2f8fc402de5fdd49431a6329481cd84395 (patch) | |
tree | 7cb060b1e5fee8d50a21360f09ecd183f68c4cf2 | |
parent | 2e950b1edd5615bd145f2eaa99f03db4c998ed15 (diff) | |
download | cygnal-a024aa2f8fc402de5fdd49431a6329481cd84395.tar.gz cygnal-a024aa2f8fc402de5fdd49431a6329481cd84395.tar.bz2 cygnal-a024aa2f8fc402de5fdd49431a6329481cd84395.zip |
sec_acl.cc (set_posix_access): Fix typo in comment
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/sec_acl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sec_acl.cc b/winsup/cygwin/sec_acl.cc index 7e6507736..65b31315c 100644 --- a/winsup/cygwin/sec_acl.cc +++ b/winsup/cygwin/sec_acl.cc @@ -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) { - /* 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 GROUP_OBJ and GROUP. */ if ((aclbufp[idx].a_type & USER && aclsid[idx] == owner) |