aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
authorEli Zaretskii2021-04-27 21:51:57 +0300
committerEli Zaretskii2021-04-27 21:51:57 +0300
commit7e25e0f96bb6facf21405e0b5c078d46cbef75f7 (patch)
tree99f86a5c4cfafa6e59405796612bc17686c293ae /src/comp.c
parent233c0af31e2c018043bd9abfa5acbeafbb535a94 (diff)
downloademacs-7e25e0f96bb6facf21405e0b5c078d46cbef75f7.tar.gz
emacs-7e25e0f96bb6facf21405e0b5c078d46cbef75f7.zip
; * src/comp.c: Fix typos.
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comp.c b/src/comp.c
index c2da5b2ebf5..a4dba435b4a 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4716,7 +4716,7 @@ maybe_defer_native_compilation (Lisp_Object function_name,
4716 return; 4716 return;
4717 } 4717 }
4718 4718
4719 /* This is to have deferred compilation able to compile comp 4719 /* This is so deferred compilation is able to compile comp
4720 dependencies breaking circularity. */ 4720 dependencies breaking circularity. */
4721 if (!NILP (Ffeaturep (Qcomp, Qnil))) 4721 if (!NILP (Ffeaturep (Qcomp, Qnil)))
4722 { 4722 {
@@ -4949,7 +4949,7 @@ load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, bool loading_dump,
4949 /* In case another load of the same CU is active on the stack 4949 /* In case another load of the same CU is active on the stack
4950 all ephemeral data is hold by that frame. Re-writing 4950 all ephemeral data is hold by that frame. Re-writing
4951 'data_ephemeral_vec' would be not only a waste of cycles but 4951 'data_ephemeral_vec' would be not only a waste of cycles but
4952 more importantly would lead to crashed if the contained data 4952 more importantly would lead to crashes if the contained data
4953 is not cons hashed. */ 4953 is not cons hashed. */
4954 if (!recursive_load) 4954 if (!recursive_load)
4955 { 4955 {