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 8c0308e8..59ceea83 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -3391,7 +3391,7 @@ populate-mu-function-header:  # first-line: (addr stream byte), out: (addr funct
     3d/compare-eax-and 0/imm32/false
     0f 85/jump-if-!= $populate-mu-function-header:error1/disp32
     # save function name
-    (slice-to-string Heap %ecx %edi)  # Function-name => eax
+    (slice-to-string Heap %ecx %edi)  # Function-name
     # save function inouts
     {
 $populate-mu-function-header:check-for-inout: