summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-11-20 20:34:32 +0100
committerStefan Kangas <stefan@marxist.se>2020-11-20 20:35:44 +0100
commitcf436db285bd27dae35fecfa9038c9ce48953853 (patch)
treecc601af265b28a0f66d9d3257097a844cb9e68a6 /lisp/emacs-lisp/bytecomp.el
parenta55415af7ea8ddc09dfda32ccb866c6556bb71c1 (diff)
downloademacs-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.el2
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.
)