1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

Fix typo in a comment in the last commit in w2.c.

This commit is contained in:
Eli Zaretskii 2013-12-31 17:12:33 +02:00
parent 6fc286aee5
commit 535f0fbd00

View File

@ -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))
{