aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.h
diff options
context:
space:
mode:
authorStefan Kangas2020-11-20 20:34:32 +0100
committerStefan Kangas2020-11-20 20:35:44 +0100
commitcf436db285bd27dae35fecfa9038c9ce48953853 (patch)
treecc601af265b28a0f66d9d3257097a844cb9e68a6 /src/comp.h
parenta55415af7ea8ddc09dfda32ccb866c6556bb71c1 (diff)
downloademacs-cf436db285bd27dae35fecfa9038c9ce48953853.tar.gz
emacs-cf436db285bd27dae35fecfa9038c9ce48953853.zip
; Fix trivial typos
Diffstat (limited to 'src/comp.h')
-rw-r--r--src/comp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.h b/src/comp.h
index 077250ea869..f7d17f398c7 100644
--- a/src/comp.h
+++ b/src/comp.h
@@ -42,7 +42,7 @@ struct Lisp_Native_Comp_Unit
42 Lisp_Object lambda_gc_guard_h; 42 Lisp_Object lambda_gc_guard_h;
43 /* Hash c_name -> d_reloc_imp index. */ 43 /* Hash c_name -> d_reloc_imp index. */
44 Lisp_Object lambda_c_name_idx_h; 44 Lisp_Object lambda_c_name_idx_h;
45 /* Hash doc-idx -> function documentaiton. */ 45 /* Hash doc-idx -> function documentation. */
46 Lisp_Object data_fdoc_v; 46 Lisp_Object data_fdoc_v;
47 /* Analogous to the constant vector but per compilation unit. */ 47 /* Analogous to the constant vector but per compilation unit. */
48 Lisp_Object data_vec; 48 Lisp_Object data_vec;