about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc.t b/mu.arc.t
index f7b77b28..5865ba71 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -248,7 +248,7 @@
 (run 'test1)
 ;? (prn memory*)
 (if (~iso memory* (obj 1 2  2 2))
-  (prn "F - 'idiv' performs integer division, returning quotient and retest1der"))
+  (prn "F - 'idiv' performs integer division, returning quotient and remainder"))
 
 ; Basic boolean operations: and, or, not
 ; There are easy ways to encode booleans in binary, but we'll skip past those