about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/mu.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index 534f247d..21c38d22 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -246,7 +246,7 @@
 
 == data
 
-Program:  # (addr (handle function))
+Program:  # (ref (handle function))
   0/imm32
 
 Function-name:
@@ -3101,7 +3101,7 @@ emit-subx:  # out : (addr buffered-file)
     57/push-edi
     # edi = out
     8b/-> *(ebp+8) 7/r32/edi
-    # var curr/ecx : (handle function) = Program
+    # var curr/ecx : (handle function) = *Program
     8b/-> *Program 1/r32/ecx
     {
       # if (curr == null) break