; Spelling fixes

This commit is contained in:
Paul Eggert 2024-01-30 17:09:37 -08:00
parent 3afbab2f1d
commit 17771b2a42
4 changed files with 7 additions and 8 deletions

View file

@ -569,10 +569,9 @@ In use by the back-end."
finally return t)
t))
(defsubst comp--symbol-func-to-fun (symbol-funcion)
"Given a function called SYMBOL-FUNCION return its `comp-func'."
(gethash (gethash symbol-funcion (comp-ctxt-sym-to-c-name-h
comp-ctxt))
(defsubst comp--symbol-func-to-fun (symbol-func)
"Given a function called SYMBOL-FUNC return its `comp-func'."
(gethash (gethash symbol-func (comp-ctxt-sym-to-c-name-h comp-ctxt))
(comp-ctxt-funcs-h comp-ctxt)))
(defun comp--function-pure-p (f)