about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--apps/mu.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index 82239672..ee2ecc52 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -16385,7 +16385,7 @@ check-mu-return-stmt:  # stmt: (addr stmt), fn: (addr function), err: (addr buff
       #
       e9/jump loop/disp32
     }
-    # TODO: if curr is not null, abort
+    # if curr is not null, abort
     81 7/subop/compare %edi 0/imm32
     0f 85/jump-if-!= $check-mu-return-stmt:error-too-many-inouts/disp32
 $check-mu-return-stmt:end: