about summary refs log tree commit diff stats
path: root/baremetal/403unicode.mu
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/403unicode.mu')
-rw-r--r--baremetal/403unicode.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/403unicode.mu b/baremetal/403unicode.mu
index ea45f707..6ec30c3d 100644
--- a/baremetal/403unicode.mu
+++ b/baremetal/403unicode.mu
@@ -93,7 +93,7 @@ fn read-grapheme in: (addr stream byte) -> _/eax: grapheme {
   # if at eof, return EOF
   {
     var eof?/eax: boolean <- stream-empty? in
-    compare eof?, 0  # false
+    compare eof?, 0/false
     break-if-=
     return 0xffffffff
   }