X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Flow.lisp;fp=src%2Fpcl%2Flow.lisp;h=0d06027aba7c5b1cb1d3e7fd07a9768ffccb0a2b;hb=54da325f13fb41669869aea688ae195426c0e231;hp=a8e412224c4d6bfc2c9b70dded0dfa202203cf1b;hpb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;p=sbcl.git diff --git a/src/pcl/low.lisp b/src/pcl/low.lisp index a8e4122..0d06027 100644 --- a/src/pcl/low.lisp +++ b/src/pcl/low.lisp @@ -182,7 +182,7 @@ ;;; otherwise dealing with STANDARD-INSTANCE-ACCESS becomes harder ;;; -- and slower -- than it needs to be. (defconstant +slot-unbound+ '..slot-unbound.. - "SBCL specific extentions to MOP: if this value is read from an + "SBCL specific extensions to MOP: if this value is read from an instance using STANDARD-INSTANCE-ACCESS, the slot is unbound. Similarly, an :INSTANCE allocated slot can be made unbound by assigning this to it using (SETF STANDARD-INSTANCE-ACCESS).