about summary refs log tree commit diff stats
path: root/112read-byte.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-07 22:09:43 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-07 22:14:54 -0700
commitfc42975cf429a75f15b079d9d0d216311b42f7a9 (patch)
treeae438e590828e62daddc47d1d18c5e8b5a189b77 /112read-byte.subx
parent137cde5bfae7104c97b0f48277480eb78ced4ff1 (diff)
downloadmu-fc42975cf429a75f15b079d9d0d216311b42f7a9.tar.gz
6751
More copypasta. I'd be able to remove this duplication if we had first-class
functions, but they involve an accessibility cost.
Diffstat (limited to '112read-byte.subx')
-rw-r--r--112read-byte.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/112read-byte.subx b/112read-byte.subx
index 32f89647..06da3a64 100644
--- a/112read-byte.subx
+++ b/112read-byte.subx
@@ -269,7 +269,7 @@ test-read-byte-buffered-refills-buffer:
     c3/return
 
 # Return next byte value in eax, with top 3 bytes cleared.
-# Abort on reaching end of file.
+# Abort on reaching end of stream.
 read-byte:  # s: (addr stream byte) -> result/eax: byte
     # . prologue
     55/push-ebp