summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Storage.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Storage.hs b/Storage.hs
index c082c38..484df56 100644
--- a/Storage.hs
+++ b/Storage.hs
@@ -44,7 +44,7 @@ type UpdateProgress = IO ()
-- gets at most one share from each set.
--
-- If a server is not currently accessible, it will be queued locally.
--- If this happens at all, returns True.
+-- If any uploads are queued, returns True.
--
-- TODO: Add shuffling and queueing/chaffing to prevent
-- correlation of related shares.