about summary refs log tree commit diff stats
path: root/html/112read-byte.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/112read-byte.subx.html')
-rw-r--r--html/112read-byte.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/112read-byte.subx.html b/html/112read-byte.subx.html
index e101e460..30fba3a1 100644
--- a/html/112read-byte.subx.html
+++ b/html/112read-byte.subx.html
@@ -331,7 +331,7 @@ if ('onhashchange' in window) {
 <span id="L269" class="LineNr">269 </span>    c3/return
 <span id="L270" class="LineNr">270 </span>
 <span id="L271" class="LineNr">271 </span><span class="subxComment"># Return next byte value in eax, with top 3 bytes cleared.</span>
-<span id="L272" class="LineNr">272 </span><span class="subxComment"># Abort on reaching end of file.</span>
+<span id="L272" class="LineNr">272 </span><span class="subxComment"># Abort on reaching end of stream.</span>
 <span id="L273" class="LineNr">273 </span><span class="subxFunction">read-byte</span>:  <span class="subxComment"># s: (addr stream byte) -&gt; result/eax: byte</span>
 <span id="L274" class="LineNr">274 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L275" class="LineNr">275 </span>    55/push-ebp