]> sourceware.org Git - newlib-cygwin.git/commitdiff
* posix.sgml (std-notes): Fix typo.
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 7 Jun 2013 08:43:01 +0000 (08:43 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 7 Jun 2013 08:43:01 +0000 (08:43 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/posix.sgml

index 23bcb4462796543b64459fa5fa1fdcd077e27347..95ae6367b30491b8e46f539b55b28ea1bc22166c 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-07  Corinna Vinschen  <corinna@vinschen.de>
+
+       * posix.sgml (std-notes): Fix typo.
+
 2013-06-07  Corinna Vinschen  <corinna@vinschen.de>
 
        * fhandler_disk_file.cc (fhandler_disk_file::pread): Skip to non-atomic
index 463383e9f544942f802dbc59030cad3051d99f32..b88ecb9732a81c3a158b0a8683a25c4d3e2fb34e 100644 (file)
@@ -1491,7 +1491,7 @@ per-descriptor/per-process basis.  For this purpose, use the call
 After that, all file locks on this descriptor will follow Windows mandatory
 record locking semantics: Locks are per-descriptor/per-process; locks are not
 propagated to child processes, not even via <function>execve</function>;
-no atmoic replacement of read locks with write locks and vice versa on the
+no atomic replacement of read locks with write locks and vice versa on the
 same descriptor; locks have to be unlocked exactly as they have been locked.
 </para>
 
This page took 0.030334 seconds and 5 git commands to generate.