summaryrefslogtreecommitdiff
path: root/Lisp/type-handling.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/type-handling.lisp')
-rw-r--r--Lisp/type-handling.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lisp/type-handling.lisp b/Lisp/type-handling.lisp
index bc46e6b..5b5292b 100644
--- a/Lisp/type-handling.lisp
+++ b/Lisp/type-handling.lisp
@@ -172,7 +172,7 @@ Returns: (VALUES typespec byte-position string-position)"
(#\d :double)
(#\v :void)
(#\@ 'id)
- (#\# 'objc-class)
+ (#\# 'objective-c-class)
(#\: 'selector)
(#\* :string)
(#\? :unknown))