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:
Diffstat (limited to 'winsup/cygwin/times.cc')
-rw-r--r--winsup/cygwin/times.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc
index b76c0b6b2..1e1a90abd 100644
--- a/winsup/cygwin/times.cc
+++ b/winsup/cygwin/times.cc
@@ -463,7 +463,7 @@ utimes (const char *path, const struct timeval *tvp)
the times of directories. */
/* Note: It's documented in MSDN that FILE_WRITE_ATTRIBUTES is
sufficient to change the timestamps. Unfortunately it's not
- sufficient for a remote HPFS which requires GENERIC_WRITE.
+ sufficient for a remote HPFS which requires GENERIC_WRITE.
Since we don't trust the weird FS name "??SS", we just try to
open with GENERIC_WRITE if opening with FILE_WRITE_ATTRIBUTES
failed. That should do it, though this fails for R/O files