LIB: fix grammar

This commit is contained in:
Julian Ospald 2016-05-02 20:38:59 +02:00
parent 94bcc12224
commit 71cee4019b
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28

View File

@ -37,7 +37,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-- the result is undefined if another process changes that context -- the result is undefined if another process changes that context
-- while the non-atomic operation is still happening. However, where -- while the non-atomic operation is still happening. However, where
-- possible, as few syscalls as possible are used and the underlying -- possible, as few syscalls as possible are used and the underlying
-- exception handling kept. -- exception handling is kept.
module HSFM.FileSystem.FileOperations where module HSFM.FileSystem.FileOperations where