diff options
| author | Eli Zaretskii | 2013-12-31 17:12:33 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-31 17:12:33 +0200 |
| commit | 535f0fbd00ab0cdb65c09270ea8df03f9528f127 (patch) | |
| tree | 2167951cf14c0bf3997e0c2c564339c48f72c9fa /src | |
| parent | 6fc286aee5eb67bf4acb9f67c3b5d363ee4b427b (diff) | |
| download | emacs-535f0fbd00ab0cdb65c09270ea8df03f9528f127.tar.gz emacs-535f0fbd00ab0cdb65c09270ea8df03f9528f127.zip | |
Fix typo in a comment in the last commit in w2.c.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -6045,7 +6045,7 @@ acl_set_file (const char *fname, acl_type_t type, acl_t acl) | |||
| 6045 | errno = 0; | 6045 | errno = 0; |
| 6046 | /* SetFileSecurity is deprecated by MS, and sometimes fails when | 6046 | /* SetFileSecurity is deprecated by MS, and sometimes fails when |
| 6047 | DACL inheritance is involved, but it seems to preserve ownership | 6047 | DACL inheritance is involved, but it seems to preserve ownership |
| 6048 | better than SetNamedSecurity, which is important e.g., in | 6048 | better than SetNamedSecurityInfo, which is important e.g., in |
| 6049 | copy-file. */ | 6049 | copy-file. */ |
| 6050 | if (!set_file_security (fname, flags, (PSECURITY_DESCRIPTOR)acl)) | 6050 | if (!set_file_security (fname, flags, (PSECURITY_DESCRIPTOR)acl)) |
| 6051 | { | 6051 | { |