summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-12-03 20:35:36 +0000
committerCorinna Vinschen <corinna@vinschen.de>2011-12-03 20:35:36 +0000
commit8b2547826762b748ad5b2bbe4089c422c7cd312a (patch)
tree53ab7c42c37e11ffd8997091686a68ff2486c137 /winsup/cygwin/fhandler.cc
parenta91ef4839023f7321b5215214fb4adfda73b1b5d (diff)
downloadcygnal-8b2547826762b748ad5b2bbe4089c422c7cd312a.tar.gz
cygnal-8b2547826762b748ad5b2bbe4089c422c7cd312a.tar.bz2
cygnal-8b2547826762b748ad5b2bbe4089c422c7cd312a.zip
* fhandler.cc (fhandler_base::open): Fix comment a bit more.
Diffstat (limited to 'winsup/cygwin/fhandler.cc')
-rw-r--r--winsup/cygwin/fhandler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.cc b/winsup/cygwin/fhandler.cc
index 00f181e87..a2f3ba651 100644
--- a/winsup/cygwin/fhandler.cc
+++ b/winsup/cygwin/fhandler.cc
@@ -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