[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r115820: Fix typo in a comment in the last commit in
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] trunk r115820: Fix typo in a comment in the last commit in w2.c. |
Date: |
Tue, 31 Dec 2013 15:12:44 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 115820
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Tue 2013-12-31 17:12:33 +0200
message:
Fix typo in a comment in the last commit in w2.c.
modified:
src/w32.c w32.c-20091113204419-o5vbwnq5f7feedwu-808
=== modified file 'src/w32.c'
--- a/src/w32.c 2013-12-31 15:00:43 +0000
+++ b/src/w32.c 2013-12-31 15:12:33 +0000
@@ -6045,7 +6045,7 @@
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))
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r115820: Fix typo in a comment in the last commit in w2.c.,
Eli Zaretskii <=