about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--apps/mulisp.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mulisp.subx b/apps/mulisp.subx
index 6487e009..d57a14a5 100644
--- a/apps/mulisp.subx
+++ b/apps/mulisp.subx
@@ -44,7 +44,7 @@ $main:end:
 # glossary and notational convention to disambiguate:
 #   lisp type: what Lisp code can see. Looks how you type it at the prompt.
 #     nil num char string symbol pair array
-#   type tag: the code for a lisp type. All caps.
+#   type tag: the numeric code for a lisp type. All caps.
 #     NIL NUM CHAR STRING SYMBOL PAIR ARRAY
 #   memory type: a type specifying memory layout at the SubX level. Starts
 #   with a '$'.