+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
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>