This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] child_info.h: Fix a comment


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

commit ba8d6a595aad5134f013c29f7c61f0f0d665b0d2
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Dec 15 17:16:02 2015 +0100

    child_info.h: Fix a comment

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

diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h
index e682a4a..39059bb 100644
--- a/winsup/cygwin/child_info.h
+++ b/winsup/cygwin/child_info.h
@@ -53,7 +53,7 @@ struct cchildren
 class child_info
 {
 public:
-  DWORD msv_count;	// zeroed on < W2K3, set to pseudo-count on Vista
+  DWORD msv_count;	// set to pseudo-count on Vista, zeroed otherwise
   DWORD cb;		// size of this record
   DWORD intro;		// improbable string
   DWORD magic;		// magic number unique to child_info


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]