0.9.1.2:
[sbcl.git] / src / compiler / proclaim.lisp
index a26b2a4..985816b 100644 (file)
         (when (constantp name)
           (error "can't declare a constant as SPECIAL: ~S" name))
         (with-single-package-locked-error
-             (:symbol name "globally declaraing ~A special"))
+             (:symbol name "globally declaring ~A special"))
         (clear-info :variable :constant-value name)
         (setf (info :variable :kind name) :special)))
       (type