; Fix several symbol name typos

This commit is contained in:
Stefan Kangas 2022-10-26 22:41:09 +02:00
parent c716d0cf56
commit db2ed9f333
27 changed files with 32 additions and 32 deletions

View file

@ -96,7 +96,7 @@ Integer values are handled in the `range' slot.")
`comp-common-supertype'.")
(subtype-p-mem (make-hash-table :test #'equal) :type hash-table
:documentation "Serve memoization for
`comp-subtype-p-mem'.")
`comp-cstr-ctxt-subtype-p-mem'.")
(union-1-mem-no-range (make-hash-table :test #'equal) :type hash-table
:documentation "Serve memoization for
`comp-cstr-union-1'.")