summaryrefslogtreecommitdiff
path: root/Utility/LockFile/Windows.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/LockFile/Windows.hs')
-rw-r--r--Utility/LockFile/Windows.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/LockFile/Windows.hs b/Utility/LockFile/Windows.hs
index 3c680d91c..fe57ff9eb 100644
--- a/Utility/LockFile/Windows.hs
+++ b/Utility/LockFile/Windows.hs
@@ -22,7 +22,7 @@ type LockFile = FilePath
type LockHandle = HANDLE
{- Tries to lock a file with a shared lock, which allows other processes to
- - also lock it shared. Fails is the file is exclusively locked. -}
+ - also lock it shared. Fails if the file is exclusively locked. -}
lockShared :: LockFile -> IO (Maybe LockHandle)
lockShared = openLock fILE_SHARE_READ