mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix typo in a comment in the last commit in w2.c.
This commit is contained in:
parent
6fc286aee5
commit
535f0fbd00
1 changed files with 1 additions and 1 deletions
|
|
@ -6045,7 +6045,7 @@ acl_set_file (const char *fname, acl_type_t type, acl_t acl)
|
|||
errno = 0;
|
||||
/* SetFileSecurity is deprecated by MS, and sometimes fails when
|
||||
DACL inheritance is involved, but it seems to preserve ownership
|
||||
better than SetNamedSecurity, which is important e.g., in
|
||||
better than SetNamedSecurityInfo, which is important e.g., in
|
||||
copy-file. */
|
||||
if (!set_file_security (fname, flags, (PSECURITY_DESCRIPTOR)acl))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue