Fix typos.

This commit is contained in:
goffioul 2005-10-10 08:42:22 +00:00
parent ef8fbc903d
commit f1af99ebea

View file

@ -224,7 +224,7 @@
(otherwise
(coercion-error))))
((:cstring)
(coercion error))
(coercion-error))
((:char*)
(case loc-rep-type
((:object)
@ -232,7 +232,7 @@
((:pointer-void)
(wt "(char *)(" loc ")"))
(otherwise
(coercion error))))
(coercion-error))))
(t
(coercion-error))))))