From 71cee4019b2f3dc88574d7120685d8b53985fac7 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 2 May 2016 20:38:59 +0200 Subject: [PATCH] LIB: fix grammar --- src/HSFM/FileSystem/FileOperations.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HSFM/FileSystem/FileOperations.hs b/src/HSFM/FileSystem/FileOperations.hs index fb18db1..3f37bd2 100644 --- a/src/HSFM/FileSystem/FileOperations.hs +++ b/src/HSFM/FileSystem/FileOperations.hs @@ -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 -- while the non-atomic operation is still happening. However, where -- possible, as few syscalls as possible are used and the underlying --- exception handling kept. +-- exception handling is kept. module HSFM.FileSystem.FileOperations where