comment typo
This commit is contained in:
parent
e5bcbe3f6b
commit
6468a39e92
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ newtype CopyCoWTried = CopyCoWTried (MVar Bool)
|
||||||
newCopyCoWTried :: IO CopyCoWTried
|
newCopyCoWTried :: IO CopyCoWTried
|
||||||
newCopyCoWTried = CopyCoWTried <$> newEmptyMVar
|
newCopyCoWTried = CopyCoWTried <$> newEmptyMVar
|
||||||
|
|
||||||
{- Copies a file is copy-on-write is supported. Otherwise, returns False.
|
{- Copies a file if copy-on-write is supported. Otherwise, returns False.
|
||||||
-
|
-
|
||||||
- The destination file must not exist yet (or may exist but be empty),
|
- The destination file must not exist yet (or may exist but be empty),
|
||||||
- or it will fail to make a CoW copy, and will return false.
|
- or it will fail to make a CoW copy, and will return false.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue