]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in a comment in the last commit in w2.c.
authorEli Zaretskii <eliz@gnu.org>
Tue, 31 Dec 2013 15:12:33 +0000 (17:12 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 31 Dec 2013 15:12:33 +0000 (17:12 +0200)
src/w32.c

index 4e7f77e9b95054d269a8d18ed629e18b966c953b..6844648927202e2b863bd0f214150a1bf2b45d2b 100644 (file)
--- 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))
     {