mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-08 02:10:36 -08:00
Fix typos.
This commit is contained in:
parent
ef8fbc903d
commit
f1af99ebea
1 changed files with 2 additions and 2 deletions
|
|
@ -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))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue