chiark / gitweb /
Work in progress, recovered from old crybaby.
[sod] / src / impl-c-types-class.lisp
index f61d84fbc662df59869668f01475c09ace220e91..de980d82ff151ea67ed560aac9c9b7cc30d95d77 100644 (file)
@@ -81,7 +81,7 @@ (defun make-class-type (name &optional qualifiers)
   ;;
   ;; The solution is to make the `*module-type-map*' be the master.  Each
   ;; class-type object has a tag -- a gensym, so that `equal' will think
-  ;; they're different, and we use the tag as part of the input to
+  ;; they're different -- and we use the tag as part of the input to
   ;; `intern-c-type'.
   ;;
   ;; So the first thing to do is to find the tag for the basic type, without