diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-10 22:53:12 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-10 22:53:12 -0800 |
commit | 5a5fa834285f10c4ab10de4de149c5b0f73403f4 (patch) | |
tree | 6a62a7063545a14a579167e568915b8defca0dd3 /lisp/emacs-lisp/byte-opt.el | |
parent | 090446227fc1de9a69449cda72bbf541c32a7f86 (diff) | |
download | emacs-5a5fa834285f10c4ab10de4de149c5b0f73403f4.tar.gz emacs-5a5fa834285f10c4ab10de4de149c5b0f73403f4.tar.bz2 emacs-5a5fa834285f10c4ab10de4de149c5b0f73403f4.zip |
Duplicate-word and spelling fixes.
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 0a845265a37..78ac29d89df 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -1574,7 +1574,7 @@ If FOR-EFFECT is non-nil, the return value is assumed to be of no importance." ;; stack-set-X+1 stack-ref-X --> dup stack-set-X+2 ;; but this is a very minor gain, since dup is stack-ref-0, ;; i.e. it's only better if X>5, and even then it comes - ;; at the cost cost of an extra stack slot. Let's not bother. + ;; at the cost of an extra stack slot. Let's not bother. ((and (eq 'byte-varref (car lap2)) (eq (cdr lap1) (cdr lap2)) (memq (car lap1) '(byte-varset byte-varbind))) |