diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2024-06-29 17:29:38 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2024-06-29 17:29:38 +0200 |
commit | 45a20d781a9b00212609bf0e338bd6b1cc9ea68a (patch) | |
tree | 6c4e529a0c306baf89bd4124151d1087bc58e4df /lisp/emacs-lisp/comp.el | |
parent | d95f039af4373e1f96c72f4825c194a1ef427cff (diff) | |
download | emacs-45a20d781a9b00212609bf0e338bd6b1cc9ea68a.tar.gz emacs-45a20d781a9b00212609bf0e338bd6b1cc9ea68a.tar.bz2 emacs-45a20d781a9b00212609bf0e338bd6b1cc9ea68a.zip |
; Fix typos in symbols
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 032e49840a8..6c56fd78859 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -1055,7 +1055,7 @@ If DST-N is specified, use it; otherwise assume it to be the current slot." "Set constant VAL to current slot." (comp--add-const-to-relocs val) ;; Leave relocation index nil on purpose, will be fixed-up in final - ;; by `comp-finalize-relocs'. + ;; by `comp--finalize-relocs'. (comp--emit `(setimm ,(comp--slot) ,val))) (defun comp--make-curr-block (block-name entry-sp &optional addr) |