Fixed typo in maybe-optimize-structure-access (J. James)

This commit is contained in:
Juan Jose Garcia Ripoll 2011-01-24 22:27:48 +01:00
parent 4a82e0ab54
commit 4d8a8edf26

View file

@ -37,7 +37,7 @@
(inline-possible fname)
(policy-inline-slot-access-p))
;(format t "~%;;; Optimizing structure accessor ~A" fname)
(let (struture-type slot-index)
(let (structure-type slot-index)
(unless (and (consp slot-description)
(setf structure-type (car slot-description)
slot-index (cdr slot-description))