aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-03-24 15:12:24 +0000
committerCorinna Vinschen <corinna@vinschen.de>2008-03-24 15:12:24 +0000
commit7f25a29df4a360c3ef52fea58c1e360ea5f8619a (patch)
tree9adcbe08039ac4488aaa971c84c08849f5e58306 /winsup
parenta998dd705576606f85e3598e5a38ea8d3805f798 (diff)
downloadnewlib-7f25a29df4a360c3ef52fea58c1e360ea5f8619a.zip
newlib-7f25a29df4a360c3ef52fea58c1e360ea5f8619a.tar.gz
newlib-7f25a29df4a360c3ef52fea58c1e360ea5f8619a.tar.bz2
* flock.cc: Fix typo in comment.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/flock.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4440b0e..71fb0b7 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2008-03-24 Corinna Vinschen <corinna@vinschen.de>
+ * flock.cc: Fix typo in comment.
+
+2008-03-24 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.
Implement advisory file locking.
diff --git a/winsup/cygwin/flock.cc b/winsup/cygwin/flock.cc
index 1367060..8ec6e16 100644
--- a/winsup/cygwin/flock.cc
+++ b/winsup/cygwin/flock.cc
@@ -138,7 +138,7 @@
descriptors, or when all such descriptors have been closed.
If a process uses open(2) (or similar) to obtain more than one
- descrip- tor for the same file, these descriptors are treated
+ descriptor for the same file, these descriptors are treated
independently by flock(). An attempt to lock the file using
one of these file descriptors may be denied by a lock that the
calling process has already placed via another descriptor. */