From 3fe31f263341f2850dcb71a2f5ee7dff4e379c0a Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 5 Jul 2011 15:42:43 +0000 Subject: * security.cc (get_file_sd): Fix comment. --- winsup/cygwin/security.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/security.cc') diff --git a/winsup/cygwin/security.cc b/winsup/cygwin/security.cc index 8151c285e..ffa70f4ab 100644 --- a/winsup/cygwin/security.cc +++ b/winsup/cygwin/security.cc @@ -117,7 +117,7 @@ get_file_sd (HANDLE fh, path_conv &pc, security_descriptor &sd, directories' SD used NtQuerySecurityObject, rather than GetSecurityInfo as well. See http://cygwin.com/ml/cygwin-developers/2011-03/msg00027.html for the solution. This problem does not occur with the below code, so - the workaround could be removed. */ + the workaround has been removed. */ if (justcreated) { SECURITY_DESCRIPTOR_CONTROL ctrl; -- cgit v1.2.3