X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fclos.impure.lisp;h=3dc1d93c5a52f7768f2a0dff7cfe07a903e7e4b3;hb=6b8baeece6cf870e3f979a9f09c32985c64c04de;hp=174e3289be1662203ddb0b263fbe2af68cd6d28f;hpb=7727c77c8b05dcbcf9f8878a26f94cc14ccd5218;p=sbcl.git diff --git a/tests/clos.impure.lisp b/tests/clos.impure.lisp index 174e328..3dc1d93 100644 --- a/tests/clos.impure.lisp +++ b/tests/clos.impure.lisp @@ -1344,7 +1344,7 @@ (defclass class-with-odd-class-name-method () ((a :accessor class-name))) -;;; 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)