about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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