about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-17 08:23:55 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-17 08:23:55 -0700
commit6d9a1e6abc067e6072137934c99e674cf2133533 (patch)
tree807f46e611877834dc18181680ec3bfa7b3f09ec
parent33f5eb632ae68a5ae88c599b13969275315c1be7 (diff)
downloadmu-6d9a1e6abc067e6072137934c99e674cf2133533.tar.gz
.
-rw-r--r--shell/print.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/print.mu b/shell/print.mu
index ce65b4df..0bec0cd1 100644
--- a/shell/print.mu
+++ b/shell/print.mu
@@ -144,7 +144,7 @@ fn print-list _in: (addr cell), out: (addr stream byte), trace: (addr trace) {
       compare right-nil?, 0/false
       {
         break-if-=
-        trace-text trace, "print", "right is null"
+        trace-text trace, "print", "right is nil"
         break $print-list:loop
       }
     }