From: Eli Zaretskii Date: Tue, 31 Dec 2013 15:12:33 +0000 (+0200) Subject: Fix typo in a comment in the last commit in w2.c. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=535f0fbd00ab0cdb65c09270ea8df03f9528f127;p=emacs.git Fix typo in a comment in the last commit in w2.c. --- diff --git a/src/w32.c b/src/w32.c index 4e7f77e9b95..68446489272 100644 --- a/src/w32.c +++ b/src/w32.c @@ -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)) {