about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-12-30 19:04:01 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-12-30 19:04:01 -0800
commitddc3dd1408945ba658e7ce1fc7c7f8a8963a416c (patch)
treeb369faea9efbb2eba424a3b262a2902e6c63a625
parentedb6fcbb35594a7831abac83207a9e33c23a15ab (diff)
downloadmu-ddc3dd1408945ba658e7ce1fc7c7f8a8963a416c.tar.gz
470
-rw-r--r--mu.arc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index 91ece897..2ac79ccc 100644
--- a/mu.arc
+++ b/mu.arc
@@ -75,7 +75,7 @@
 
 ; things that a future assembler will need separate memory for:
 ;   code; types; args channel
-;   at compile time: name mapping
+;   at compile time: mapping names to locations
 (def clear ()
   (= type* (table))  ; name -> type info
   (= memory* (table))  ; address -> value