summaryrefslogtreecommitdiff
path: root/Annex/NumCopies.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex/NumCopies.hs')
-rw-r--r--Annex/NumCopies.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/NumCopies.hs b/Annex/NumCopies.hs
index 879513927..3f078b8f0 100644
--- a/Annex/NumCopies.hs
+++ b/Annex/NumCopies.hs
@@ -95,7 +95,7 @@ verifyEnoughCopies
:: String -- message to print when there are no known locations
-> Key
-> NumCopies
- -> [UUID] -- repos to skip (generally untrusted remotes)
+ -> [UUID] -- repos to skip considering (generally untrusted remotes)
-> [UUID] -- repos that are trusted or already verified to have it
-> [Remote] -- remotes to check to see if they have it
-> Annex Bool