about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-22 22:15:17 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-22 22:15:17 -0800
commit12c9e8fff60985bed7c1a0c4d727831c74dc4c1f (patch)
tree262409687a348564d192475656489bc4fcba3f83
parenta688f8f8a1edc90d291de71f7005cd3036ea8df1 (diff)
downloadmu-12c9e8fff60985bed7c1a0c4d727831c74dc4c1f.tar.gz
7544
-rw-r--r--105string-equal.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/105string-equal.subx b/105string-equal.subx
index 783a7dd9..d3f11402 100644
--- a/105string-equal.subx
+++ b/105string-equal.subx
@@ -250,7 +250,7 @@ $check-strings-equal:end:
 
 # test the helper
 test-check-strings-equal:
-    # check-strings-equal?("Abc", "Abc")
+    # check-strings-equal("Abc", "Abc")
     # . . push args
     68/push  "Abc"/imm32
     68/push  "Abc"/imm32