diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-11-20 20:34:32 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-11-20 20:35:44 +0100 |
commit | cf436db285bd27dae35fecfa9038c9ce48953853 (patch) | |
tree | cc601af265b28a0f66d9d3257097a844cb9e68a6 /lisp/emacs-lisp/bytecomp.el | |
parent | a55415af7ea8ddc09dfda32ccb866c6556bb71c1 (diff) | |
download | emacs-cf436db285bd27dae35fecfa9038c9ce48953853.tar.gz emacs-cf436db285bd27dae35fecfa9038c9ce48953853.tar.bz2 emacs-cf436db285bd27dae35fecfa9038c9ce48953853.zip |
; Fix trivial typos
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 5508a60c444..6d2bff103e7 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -602,7 +602,7 @@ Each element is (INDEX . VALUE)") "To spill default qualities from the compiled file.") (defvar byte-native-for-bootstrap nil "Non nil while compiling for bootstrap." - ;; During boostrap we produce both the .eln and the .elc together. + ;; During bootstrap we produce both the .eln and the .elc together. ;; Because the make target is the later this has to be produced as ;; last to be resilient against build interruptions. ) |