summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-12-03 14:21:30 +0000
committerCorinna Vinschen <corinna@vinschen.de>2011-12-03 14:21:30 +0000
commit5687f6834a0ea23ebd3ea0eb4d5b9db7d7c7449b (patch)
tree69d39134ac4f047e42c285c632584d3e54434e4c /winsup/cygwin/fhandler.cc
parent71148bfcd5b54510a4d9dce1469b888e0a1b3f33 (diff)
downloadcygnal-5687f6834a0ea23ebd3ea0eb4d5b9db7d7c7449b.tar.gz
cygnal-5687f6834a0ea23ebd3ea0eb4d5b9db7d7c7449b.tar.bz2
cygnal-5687f6834a0ea23ebd3ea0eb4d5b9db7d7c7449b.zip
* fhandler.cc (fhandler_base::open): Fix typos in comment.
Diffstat (limited to 'winsup/cygwin/fhandler.cc')
-rw-r--r--winsup/cygwin/fhandler.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/fhandler.cc b/winsup/cygwin/fhandler.cc
index 08f404cb8..00f181e87 100644
--- a/winsup/cygwin/fhandler.cc
+++ b/winsup/cygwin/fhandler.cc
@@ -624,10 +624,10 @@ 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 gurantees to update the metadata when
+ because Windows only guarantees to update the metadata when
the handle is closed or flushed. However, flushing the file
- on every fstat to enforce POSIXy stat behaviour is exceessivly
- slow, compared to open/close the file when changing the file's
+ on every fstat to enforce POSIXy stat behaviour is excessivly
+ slow, compared to an extra open/close to change the file's
security descriptor. */
}
}