1.0.8.41: doc spelling fixes.
[sbcl.git] / src / pcl / defs.lisp
index 703a7b5..e01064e 100644 (file)
 (defclass slot-class (pcl-class)
   ((direct-slots
     :initform ()
-    :accessor class-direct-slots)
+    :reader class-direct-slots)
    (slots
     :initform ()
-    :accessor class-slots)))
+    :reader class-slots)
+   (slot-vector
+    :initform #(nil)
+    :reader class-slot-vector)))
 
 ;;; The class STD-CLASS is an implementation-specific common
 ;;; superclass of the classes STANDARD-CLASS and