diff options
author | sebres <sebres@users.sourceforge.net> | 2018-03-22 17:45:32 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2018-03-22 17:45:32 (GMT) |
commit | da169b1600f14d5ab924ceefb6383c2a0062e80d (patch) | |
tree | 35dd4375cc54ce7f966c0bfacd4bed2cc26109c7 /win | |
parent | 570af6354743c6365032517ef0ecfa8645b3ade7 (diff) | |
download | tcl-da169b1600f14d5ab924ceefb6383c2a0062e80d.zip tcl-da169b1600f14d5ab924ceefb6383c2a0062e80d.tar.gz tcl-da169b1600f14d5ab924ceefb6383c2a0062e80d.tar.bz2 |
minor fix on comment (restored getFileSecurityProc back, because getNamedSecurityInfoProc not used)
Diffstat (limited to 'win')
-rwxr-xr-x | win/tclWinFile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index be31541..8fc0b8e 100755 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -1586,7 +1586,7 @@ NativeAccess( * writable, full stop. For directories, the read-only bit is * (mostly) ignored by Windows, so we can't ascertain anything about * directory access from the attrib data. However, if we have the - * advanced 'getNamedSecurityInfoProc', then more robust ACL checks + * advanced 'getFileSecurityProc', then more robust ACL checks * will be done below. */ if ((mode & W_OK) && (attr & FILE_ATTRIBUTE_READONLY)) { |