emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andrea Corallo
Subject: master b214cb28438: ; * lisp/emacs-lisp/comp-run.el: Fix typo.
Date: Wed, 21 Feb 2024 17:10:20 -0500 (EST)

branch: master
commit b214cb2843851c410d603e7fb487a462d5f7bee1
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    ; * lisp/emacs-lisp/comp-run.el: Fix typo.
---
 lisp/emacs-lisp/comp-run.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp-run.el b/lisp/emacs-lisp/comp-run.el
index 5d1a193269d..8fcbe31cf0b 100644
--- a/lisp/emacs-lisp/comp-run.el
+++ b/lisp/emacs-lisp/comp-run.el
@@ -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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]