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-12-17 10:52:54 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-12-17 10:52:54 -0800
commitb93d2cd357a127a35b6cf488f5a90df6cc4fdc76 (patch)
tree88fd479c850aef7f19639b6d83132a92f95b2dba /mu.arc.t
parent68daae8c25828ebc8a96757ff6aa4600ce9e053c (diff)
downloadmu-b93d2cd357a127a35b6cf488f5a90df6cc4fdc76.tar.gz
434
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu.arc.t b/mu.arc.t
index 3100d751..0a31d8ff 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -477,12 +477,12 @@
 ;
 ; Both operations require knowledge about the types being worked on, so all
 ; types used in mu programs are defined in a single global system-wide table
-; (see types* in mu.arc for the complete list of types; we'll add to it over
+; (see type* in mu.arc for the complete list of types; we'll add to it over
 ; time).
 
 ; first a sanity check that the table of types is consistent
 (reset)
-(each (typ typeinfo) types*
+(each (typ typeinfo) type*
   (when typeinfo!and-record
     (assert (is typeinfo!size (len typeinfo!elems)))
     (when typeinfo!fields