diff options
| author | Stefan Kangas | 2020-11-20 20:34:32 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-11-20 20:35:44 +0100 |
| commit | cf436db285bd27dae35fecfa9038c9ce48953853 (patch) | |
| tree | cc601af265b28a0f66d9d3257097a844cb9e68a6 /src/comp.h | |
| parent | a55415af7ea8ddc09dfda32ccb866c6556bb71c1 (diff) | |
| download | emacs-cf436db285bd27dae35fecfa9038c9ce48953853.tar.gz emacs-cf436db285bd27dae35fecfa9038c9ce48953853.zip | |
; Fix trivial typos
Diffstat (limited to 'src/comp.h')
| -rw-r--r-- | src/comp.h | 2 |
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; |