about summary refs log tree commit diff stats
path: root/apps/mulisp.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mulisp.subx')
-rw-r--r--apps/mulisp.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mulisp.subx b/apps/mulisp.subx
index 74f8098c..c2d27a08 100644
--- a/apps/mulisp.subx
+++ b/apps/mulisp.subx
@@ -110,7 +110,7 @@ lisp-read:  # in : (address buffered-file) -> eax : (address cell)
     89/<- %ebp 4/r32/esp
     # . save registers
     51/push-ecx
-    # var s/ecx : (address stream) = new-stream(512)
+    # var s/ecx : (stream byte 512)
     81 5/subop/subtract %esp 0x200/imm32
     68/push 0x200/imm32/size
     68/push 0/imm32/read