about summary refs log tree commit diff stats
path: root/subx/059read-byte.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-05 22:34:59 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-05 22:34:59 -0800
commit27ef047ae54d26283fad0593d5a8ff8f8a213901 (patch)
tree26b8e44197026273a3028965f7008c83eba735d7 /subx/059read-byte.subx
parent79328f9ad6f3118fd86c1f99f672d2807917d848 (diff)
downloadmu-27ef047ae54d26283fad0593d5a8ff8f8a213901.tar.gz
4842
Diffstat (limited to 'subx/059read-byte.subx')
-rw-r--r--subx/059read-byte.subx3
1 files changed, 1 insertions, 2 deletions
diff --git a/subx/059read-byte.subx b/subx/059read-byte.subx
index ea16c928..3c0d0a76 100644
--- a/subx/059read-byte.subx
+++ b/subx/059read-byte.subx
@@ -11,7 +11,6 @@
 
 # The buffered file for standard input. Also illustrates the layout for
 # buffered-file.
-
 Stdin:
     # file descriptor or (address stream)
     00 00 00 00  # 0 = standard input
@@ -25,7 +24,7 @@ Stdin:
     00 00 00 00 00 00 00 00  # 8 bytes
 
 # TODO: 8 bytes is too small. We'll need to grow the buffer for efficiency. But
-# I don't want to type 1024 bytes here.
+# I don't want to type in 1024 bytes here.
 
 == code
 #   instruction                     effective address                                                   register    displacement    immediate