From 7133841354733d05ec063dfe789631dff13c425b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Mar 2016 16:22:47 -0400 Subject: clarify --- Annex/LockPool/PosixOrPid.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Annex/LockPool/PosixOrPid.hs') diff --git a/Annex/LockPool/PosixOrPid.hs b/Annex/LockPool/PosixOrPid.hs index 74ac3f178..c788f6fa0 100644 --- a/Annex/LockPool/PosixOrPid.hs +++ b/Annex/LockPool/PosixOrPid.hs @@ -94,6 +94,6 @@ tryPidLock m f posixlock = liftIO . go =<< pidLockFile -- The posix lock file is created even when using pid locks, in order to -- avoid complicating any code that might expect to be able to see that --- lock file. +-- lock file. But, it's not locked. dummyPosixLock :: Maybe FileMode -> LockFile -> IO () dummyPosixLock m f = closeFd =<< openLockFile ReadLock m f -- cgit v1.2.3