[newlib-cygwin] cygheap_domain_info::init: Fix comment

Corinna Vinschen corinna@sourceware.org
Fri Jun 24 21:39:00 GMT 2016


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bb0fc7a2c0189ecdc38c8ba86c9ba4e8d8255765

commit bb0fc7a2c0189ecdc38c8ba86c9ba4e8d8255765
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Dec 15 19:54:35 2015 +0100

    cygheap_domain_info::init: Fix comment

Diff:
---
 winsup/cygwin/uinfo.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc
index 323222a..247131d 100644
--- a/winsup/cygwin/uinfo.cc
+++ b/winsup/cygwin/uinfo.cc
@@ -1435,7 +1435,7 @@ cygheap_domain_info::init ()
      The latter is useful to get an RFC 2307 mapping for Samba UNIX accounts,
      even if no NFS name mapping is configured on the machine.  Fortunately,
      the posixAccount and posixGroup schemas are already available in the
-     Active Directory default setup since Windows Server 2003 R2. */
+     Active Directory default setup. */
   reg_key reg (HKEY_LOCAL_MACHINE, KEY_READ | KEY_WOW64_64KEY,
 	       L"SOFTWARE", L"Microsoft", L"ServicesForNFS", NULL);
   if (!reg.error ())



More information about the Cygwin-cvs mailing list