summaryrefslogtreecommitdiffhomepage
path: root/Storage.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-26 14:18:30 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-26 14:18:30 -0400
commit6af7f9594f3b8b626f9afc3b2e0c1a7f8edf1260 (patch)
treedb7b841fa5e8580df01909b71f47d1ead87d0d81 /Storage.hs
parenta1d5de397cd1b12080e4652965591827e6d50c86 (diff)
downloadkeysafe-6af7f9594f3b8b626f9afc3b2e0c1a7f8edf1260.tar.gz
wording
Diffstat (limited to 'Storage.hs')
-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.