From ac41b053e3e35d974c834b4aad88e7a0b44e9991 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 2 May 2016 20:51:59 +0200 Subject: [PATCH] LIB: fix legacy comment --- src/HSFM/FileSystem/FileOperations.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/HSFM/FileSystem/FileOperations.hs b/src/HSFM/FileSystem/FileOperations.hs index 648446d..7f535b7 100644 --- a/src/HSFM/FileSystem/FileOperations.hs +++ b/src/HSFM/FileSystem/FileOperations.hs @@ -223,8 +223,7 @@ runFileOp fo' = --- |Copies a directory to the given destination with the specified --- `DirCopyMode`. Excludes symlinks. +-- |Copies a directory to the given destination. Excludes symlinks. -- -- Safety/reliability concerns: --