about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-10-18 16:50:54 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-10-18 16:50:54 -0700
commitbb362d9c671f1a940ae1ae98ee736025346aa72d (patch)
treeb1e64506920c38d8b0f7f30fb217d1794b6742f5 /mu.arc.t
parentcffd6659e88ba90d958fc44fa1533c9479319d4e (diff)
downloadmu-bb362d9c671f1a940ae1ae98ee736025346aa72d.tar.gz
151
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