about summary refs log tree commit diff stats
path: root/apps/mu.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-12-27 23:42:35 -0800
committerKartik Agaram <vc@akkartik.com>2019-12-27 23:42:35 -0800
commit1d70540ab3cf744c107f5a93231a762ae94d4c17 (patch)
tree70b5f27efe3273c077b7f03ad1fff4226b67394c /apps/mu.subx
parent8961f4f0aade7f3a80553d42b6df7891f4090ca5 (diff)
downloadmu-1d70540ab3cf744c107f5a93231a762ae94d4c17.tar.gz
5833
Diffstat (limited to 'apps/mu.subx')
-rw-r--r--apps/mu.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index aeecf678..e08d609b 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -684,7 +684,7 @@ test-convert-function-distinguishes-args:
     c3/return
 
 test-convert-function-returns-result:
-    # function with two args refers to second one in body
+    # function writes to output
     #   fn foo a: int -> result/eax: int {
     #     result <- copy a
     #     result <- increment