about summary refs log tree commit diff stats
path: root/apps/tests.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-02-23 14:42:22 -0800
committerKartik Agaram <vc@akkartik.com>2020-02-23 14:42:22 -0800
commit08b9511af51c48042f167d83a4bdc38e32fe256b (patch)
tree5bf279b37fd92625fb9c8bbb15477c1504629002 /apps/tests.subx
parentaa1e2b4f5d97b2ac4f93edf0c1054daea918b83c (diff)
downloadmu-08b9511af51c48042f167d83a4bdc38e32fe256b.tar.gz
6053
Diffstat (limited to 'apps/tests.subx')
-rw-r--r--apps/tests.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tests.subx b/apps/tests.subx
index 62fc19d0..4ce8f315 100644
--- a/apps/tests.subx
+++ b/apps/tests.subx
@@ -69,7 +69,7 @@ $subx-tests-main:end:
 
 subx-gen-run-tests:  # in: (addr buffered-file), out: (addr buffered-file)
     # pseudocode
-    #   bool tests-found = false
+    #   boolean tests-found = false
     #   var line: (stream byte 512)
     #   var new-code-segment: (handle stream byte) = new-stream(Segment-size, 1)
     #   write(new-code-segment, "\n== code\n")