OSDN Git Service

* fhandler_procnet.cc (dad_to_flags): Fix comment.
authorcorinna <corinna>
Wed, 11 Jun 2008 08:38:39 +0000 (08:38 +0000)
committercorinna <corinna>
Wed, 11 Jun 2008 08:38:39 +0000 (08:38 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_procnet.cc

index 63eb45d..ca36ae9 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-11  Corinna Vinschen  <corinna@vinschen.de>
+
+       * fhandler_procnet.cc (dad_to_flags): Fix comment.
+
 2008-06-10  Corinna Vinschen  <corinna@vinschen.de>
 
        * fhandler_procnet.cc (get_scope): New static function to evaluate
index 7b2423c..9d01108 100644 (file)
@@ -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 */
 };