emacs-diffs
[Top][All Lists]
Advanced

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

master 7e25e0f: ; * src/comp.c: Fix typos.


From: Eli Zaretskii
Subject: master 7e25e0f: ; * src/comp.c: Fix typos.
Date: Tue, 27 Apr 2021 14:52:38 -0400 (EDT)

branch: master
commit 7e25e0f96bb6facf21405e0b5c078d46cbef75f7
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/comp.c: Fix typos.
---
 src/comp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/comp.c b/src/comp.c
index c2da5b2..a4dba43 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4716,7 +4716,7 @@ maybe_defer_native_compilation (Lisp_Object function_name,
        return;
     }
 
-  /* This is to have deferred compilation able to compile comp
+  /* This is so deferred compilation is able to compile comp
      dependencies breaking circularity.  */
   if (!NILP (Ffeaturep (Qcomp, Qnil)))
     {
@@ -4949,7 +4949,7 @@ load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, 
bool loading_dump,
       /* In case another load of the same CU is active on the stack
         all ephemeral data is hold by that frame.  Re-writing
         'data_ephemeral_vec' would be not only a waste of cycles but
-        more importantly would lead to crashed if the contained data
+        more importantly would lead to crashes if the contained data
         is not cons hashed.  */
       if (!recursive_load)
        {



reply via email to

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