1.0.17.32: faster ADD-METHOD to PRINT-OBJECT
[sbcl.git] / tests / clos.impure.lisp
index 174e328..3dc1d93 100644 (file)
 (defclass class-with-odd-class-name-method ()
   ((a :accessor class-name)))
 \f
-;;; another case where precomputing (this time on PRINT-OBJET) and
+;;; another case where precomputing (this time on PRINT-OBJECT) and
 ;;; lazily-finalized classes caused problems.  (report from James Y
 ;;; Knight sbcl-devel 20-07-2006)