cmp: fix typo

This commit is contained in:
Marius Gerbershagen 2021-02-13 22:22:50 +01:00
parent 84acbebd7f
commit c5cb09f3cb

View file

@ -191,7 +191,7 @@
:start1 old-loc :start2 (1+ old-loc))
(decf (fill-pointer *temporary-objects*))
(loop for i from old-loc below (length *temporary-objects*)
for vv-record = (svref *temporary-objects* i)
for vv-record = (aref *temporary-objects* i)
do (decf (vv-location vv-record)))))
item))