; * lisp/emacs-lisp/comp-run.el: Fix typo.

This commit is contained in:
Andrea Corallo 2024-02-21 21:38:11 +01:00
parent 44d5c667d7
commit b214cb2843

View file

@ -25,7 +25,7 @@
;; While the main native compiler is implemented in comp.el, when
;; commonly used as a jit compiler it is only loaded by Emacs sub
;; processes performing async compilation. This files contains all
;; processes performing async compilation. This file contains all
;; the code needed to drive async compilations and any Lisp code
;; needed at runtime to run native code.