about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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