OSDN Git Service

* fhandler.cc (fhandler_base::open): Fix comment a bit more.
authorcorinna <corinna>
Sat, 3 Dec 2011 20:35:35 +0000 (20:35 +0000)
committercorinna <corinna>
Sat, 3 Dec 2011 20:35:35 +0000 (20:35 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc

index 0d27f68..7477010 100644 (file)
@@ -1,5 +1,9 @@
 2011-12-03  Corinna Vinschen  <vinschen@redhat.com>
 
+       * fhandler.cc (fhandler_base::open): Fix comment a bit more.
+
+2011-12-03  Corinna Vinschen  <vinschen@redhat.com>
+
        * fhandler.cc (fhandler_base::open): Fix typos in comment.
 
 2011-12-02  Corinna Vinschen  <vinschen@redhat.com>
index 00f181e..a2f3ba6 100644 (file)
@@ -624,7 +624,7 @@ fhandler_base::open (int flags, mode_t mode)
          pc.file_attributes (file_attributes);
          /* Never set the WRITE_DAC flag here.  Calls to fstat may return
             wrong st_ctime information after calls to fchmod, fchown, etc
-            because Windows only guarantees to update the metadata when
+            because Windows only guarantees the update of metadata when
             the handle is closed or flushed.  However, flushing the file
             on every fstat to enforce POSIXy stat behaviour is excessivly
             slow, compared to an extra open/close to change the file's