OSDN Git Service

* flock.cc: Fix typo in comment.
authorcorinna <corinna>
Mon, 24 Mar 2008 15:12:24 +0000 (15:12 +0000)
committercorinna <corinna>
Mon, 24 Mar 2008 15:12:24 +0000 (15:12 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/flock.cc

index 4440b0e..71fb0b7 100644 (file)
@@ -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.
index 1367060..8ec6e16 100644 (file)
         descriptors, or when all such descriptors have been closed.
 
         If a process uses open(2) (or similar) to obtain more than one
-        descriptor 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.  */