aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Leung2020-10-10 09:06:56 +0000
committerAndrea Corallo2020-10-10 12:19:30 +0200
commit51f5e487b2840be8c4aa19c4b06973ee7eef5085 (patch)
tree3fb260ec3f3593f0de2ac86c6c7906e571d39ec9 /src
parentf7e7ff4fb16bf8fc8e7662f21cd9843e9eb648e8 (diff)
downloademacs-51f5e487b2840be8c4aa19c4b06973ee7eef5085.tar.gz
emacs-51f5e487b2840be8c4aa19c4b06973ee7eef5085.zip
Various typo fixes in native compiler related files
* lisp/emacs-lisp/comp.el (native-compiler-error-dyn-func) (comp-func, comp-func-l) (comp-func-d, comp-ensure-native-compiler, comp-type-hint-p) (comp-func-unique-in-cu-p, comp-alloc-class-to-container) (comp-limple-mode, comp-loop-insn-in-block) (comp-lex-byte-func-p, comp-c-func-name, comp-decrypt-arg-list) (comp-spill-lap-function, comp-intern-func-in-ctxt) (comp-spill-lap-function, comp-spill-lap, comp-emit-handler) (comp-prepare-args-for-top-level): Various typo fixes. * src/comp.c (Fcomp_el_to_eln_filename): Fix typo in error message.
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 1b96bffeb87..13343de3d88 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4124,7 +4124,7 @@ If BASE-DIR is nil use the first entry in `comp-eln-load-path'. */)
4124 } 4124 }
4125 if (NILP (base_dir)) 4125 if (NILP (base_dir))
4126 error ("Cannot find suitable directory for output in " 4126 error ("Cannot find suitable directory for output in "
4127 "`comp-native-laod-path'."); 4127 "`comp-native-load-path'.");
4128 } 4128 }
4129 4129
4130 if (!file_name_absolute_p (SSDATA (base_dir))) 4130 if (!file_name_absolute_p (SSDATA (base_dir)))