summaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-28 13:04:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-28 13:04:02 -0400
commit40f357fdcf07a9b9844e675fe478ab08f5c1bae8 (patch)
treee821fcded23ff6e65dbbdd64d3439fd0c3adbfe4 /Assistant.hs
parentfb51d9995193b2e15f3e5174783347ec14dbaa28 (diff)
tweak
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant.hs b/Assistant.hs
index 4f8a868f4..b61270613 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -40,7 +40,7 @@
-
- ThreadState: (MVar)
- The Annex state is stored here, which allows resuscitating the
- - Annex monad in IO actions run by the inotify and committer
+ - Annex monad in IO actions run by the watcher and committer
- threads. Thus, a single state is shared amoung the threads, and
- only one at a time can access it.
- DaemonStatusHandle: (MVar)