aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreaCorallo2020-02-26 21:36:48 +0000
committerAndreaCorallo2020-02-26 21:36:48 +0000
commit8788fab9e1adf8a4f212a850ebae6845878dbad7 (patch)
treefe7705989f835a308a74ea7748b31b3039c4cd12 /src
parent2dae7e1b697fef389e8e193d60ef799e2b3b09b4 (diff)
downloademacs-8788fab9e1adf8a4f212a850ebae6845878dbad7.tar.gz
emacs-8788fab9e1adf8a4f212a850ebae6845878dbad7.zip
; Nit fix in comment
Diffstat (limited to 'src')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index 9dcd5547de6..425784b9810 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -3275,7 +3275,7 @@ DEFUN ("comp--compile-ctxt-to-file", Fcomp__compile_ctxt_to_file,
3275 GCC_JIT_OUTPUT_KIND_DYNAMIC_LIBRARY, 3275 GCC_JIT_OUTPUT_KIND_DYNAMIC_LIBRARY,
3276 SSDATA (tmp_file)); 3276 SSDATA (tmp_file));
3277 3277
3278 /* Remove the old eln instead of copying the new one into ti to get 3278 /* Remove the old eln instead of copying the new one into it to get
3279 a new inode and prevent crashes in case the old one is currently 3279 a new inode and prevent crashes in case the old one is currently
3280 loaded. */ 3280 loaded. */
3281 if (!NILP (Ffile_exists_p (out_file))) 3281 if (!NILP (Ffile_exists_p (out_file)))