; Fix typos

This commit is contained in:
Stefan Kangas 2022-11-18 15:48:22 +01:00
parent c116d9f74c
commit ba485eb949
76 changed files with 168 additions and 173 deletions

View file

@ -2823,7 +2823,7 @@ blocks."
(first-processed (l)
(if-let ((p (cl-find-if (lambda (p) (comp-block-idom p)) l)))
p
(signal 'native-ice "cant't find first preprocessed"))))
(signal 'native-ice "can't find first preprocessed"))))
(when-let ((blocks (comp-func-blocks comp-func))
(entry (gethash 'entry blocks))