about summary refs log tree commit diff stats
path: root/html/061channel.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/061channel.mu.html')
-rw-r--r--html/061channel.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/061channel.mu.html b/html/061channel.mu.html
index b8cfae4c..8fa625b4 100644
--- a/html/061channel.mu.html
+++ b/html/061channel.mu.html
@@ -128,7 +128,7 @@ container channel [
   full:address:number<span class="Special"> &lt;- </span>get-address *chan, <span class="Constant">first-full:offset</span>
   circular-buffer:address:array:location<span class="Special"> &lt;- </span>get *chan, <span class="Constant">data:offset</span>
   result:location<span class="Special"> &lt;- </span>index *circular-buffer, *full
-  <span class="Comment"># increment full</span>
+  <span class="Comment"># mark its slot as empty</span>
   *full<span class="Special"> &lt;- </span>add *full, <span class="Constant">1</span>
   <span class="Delimiter">{</span>
     <span class="Comment"># wrap full around to 0 if necessary</span>