From a024aa2f8fc402de5fdd49431a6329481cd84395 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 20 Apr 2015 10:12:24 +0200 Subject: [PATCH] sec_acl.cc (set_posix_access): Fix typo in comment Signed-off-by: Corinna Vinschen --- winsup/cygwin/sec_acl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)