diff options
Diffstat (limited to 'winsup/cygwin/fhandler_procnet.cc')
-rw-r--r-- | winsup/cygwin/fhandler_procnet.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_procnet.cc b/winsup/cygwin/fhandler_procnet.cc index 7b2423c..9d01108 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 */ }; |