about summary refs log tree commit diff stats
path: root/074channel.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-07-03 11:17:21 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-07-03 11:17:21 -0700
commit6b43e20861696e94731f6fd6c08189ac08a37d72 (patch)
tree04467142d082d278f0510753ad12c2df9485e598 /074channel.mu
parent16a9b3faf2d5402c7d2427ab5c813d9714e41820 (diff)
downloadmu-6b43e20861696e94731f6fd6c08189ac08a37d72.tar.gz
3098
Diffstat (limited to '074channel.mu')
-rw-r--r--074channel.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/074channel.mu b/074channel.mu
index 361fae1a..e018db2f 100644
--- a/074channel.mu
+++ b/074channel.mu
@@ -278,7 +278,7 @@ container channel:_elem [
 ]
 
 # a channel can be closed from either the source or the sink
-# both threads can modify it, but they can only set it, so this is a benign race
+# both routines can modify the 'closed?' bit, but they can only ever set it, so this is a benign race
 def close x:address:source:_elem -> x:address:source:_elem [
   local-scope
   load-ingredients