about summary refs log tree commit diff stats
path: root/apps/mulisp.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-11 17:49:34 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-11 17:49:34 -0700
commit4d53de8afa0d44e29d3caeb01ccdd02bc2e4cd70 (patch)
treeceeedb7015fa9d94f55b3508c85fe3c7136ebf95 /apps/mulisp.subx
parent4d1e5ba43871a905d3ad524ffb13d8749e19fc94 (diff)
downloadmu-4d53de8afa0d44e29d3caeb01ccdd02bc2e4cd70.tar.gz
5646
Diffstat (limited to 'apps/mulisp.subx')
-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 '$'.