about summary refs log tree commit diff stats
path: root/305keyboard.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-05 21:09:42 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-05 21:09:42 -0700
commit21387ef514e1fa91f8f10f0a5089cc4bc66f3c18 (patch)
tree1882fc5775fa4aed339f3550e75f8f1d997d0f02 /305keyboard.subx
parent6833b4542c3c9880eb3698ce58428ba992fd6062 (diff)
downloadmu-21387ef514e1fa91f8f10f0a5089cc4bc66f3c18.tar.gz
6963 - tile: more idiomatic conventional repl
Diffstat (limited to '305keyboard.subx')
-rw-r--r--305keyboard.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/305keyboard.subx b/305keyboard.subx
index 01dc9783..079814fa 100644
--- a/305keyboard.subx
+++ b/305keyboard.subx
@@ -155,7 +155,7 @@ $read-key-from-real-keyboard:end:
     c3/return
 
 # use this in type mode
-read-line-from-real-keyboard:  # in: (addr stream byte)
+read-line-from-real-keyboard:  # out: (addr stream byte)
     # . prologue
     55/push-ebp
     89/<- %ebp 4/r32/esp