From 7f25a29df4a360c3ef52fea58c1e360ea5f8619a Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 24 Mar 2008 15:12:24 +0000 Subject: * flock.cc: Fix typo in comment. --- winsup/cygwin/flock.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/flock.cc') diff --git a/winsup/cygwin/flock.cc b/winsup/cygwin/flock.cc index 1367060ea..8ec6e160b 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. */ -- cgit v1.2.3