Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-06-11 12:38:39 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-06-11 12:38:39 +0400
commit373a7e22e29608dd0561d9b18a72bfef2c4c9496 (patch)
treeae54498d5c28ba5cc66427ddc7c4aafc0e9e0c2d /winsup/cygwin/fhandler_procnet.cc
parentc9227bf8a7a339b12d957d918b536cf876a46ca0 (diff)
* fhandler_procnet.cc (dad_to_flags): Fix comment.
Diffstat (limited to 'winsup/cygwin/fhandler_procnet.cc')
-rw-r--r--winsup/cygwin/fhandler_procnet.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_procnet.cc b/winsup/cygwin/fhandler_procnet.cc
index 7b2423c2a..9d01108a4 100644
--- a/winsup/cygwin/fhandler_procnet.cc
+++ b/winsup/cygwin/fhandler_procnet.cc
@@ -249,7 +249,7 @@ static unsigned int dad_to_flags[] =
{
0x02, /* Invalid -> NODAD */
0x40, /* Tentative -> TENTATIVE */
- 0xc0, /* Duplicate to PERMANENT | TENTATIVE */
+ 0xc0, /* Duplicate -> PERMANENT | TENTATIVE */
0x20, /* Deprecated -> DEPRECATED */
0x80 /* Preferred -> PERMANENT */
};