emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 8788fab 03/11: ; Nit fix in comment


From: Andrea Corallo
Subject: feature/native-comp 8788fab 03/11: ; Nit fix in comment
Date: Wed, 4 Mar 2020 12:08:31 -0500 (EST)

branch: feature/native-comp
commit 8788fab9e1adf8a4f212a850ebae6845878dbad7
Author: AndreaCorallo <address@hidden>
Commit: AndreaCorallo <address@hidden>

    ; Nit fix in comment
---
 src/comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index 9dcd554..425784b 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -3275,7 +3275,7 @@ DEFUN ("comp--compile-ctxt-to-file", 
Fcomp__compile_ctxt_to_file,
                                   GCC_JIT_OUTPUT_KIND_DYNAMIC_LIBRARY,
                                   SSDATA (tmp_file));
 
-  /* Remove the old eln instead of copying the new one into ti to get
+  /* Remove the old eln instead of copying the new one into it to get
      a new inode and prevent crashes in case the old one is currently
      loaded.  */
   if (!NILP (Ffile_exists_p (out_file)))



reply via email to

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