Skip to content

Commit 89f0b97

Browse files
committed
Fix typo
1 parent 9b3c337 commit 89f0b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lisp/kernel/cleavir/transform.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Optimizations are available for any of:
388388
(deftransform-type-predicate core:single-float-p single-float)
389389
(deftransform-type-predicate core:double-float-p double-float)
390390
(deftransform-type-predicate integerp integer)
391-
(deftransform-type-predicate core:fixnum fixnum)
391+
(deftransform-type-predicate core:fixnump fixnum)
392392

393393
(deftransform-type-predicate random-state-p random-state)
394394

0 commit comments

Comments
 (0)