aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/byte-opt.el
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-11-13 22:27:12 -0800
committerPaul Eggert <[email protected]>2011-11-13 22:27:12 -0800
commit09e80d9fb9fe7239d0fa301973920845831366d3 (patch)
tree771e73119b2ad9bf6cbf1fbff92a5f4cb1bf03ed /lisp/emacs-lisp/byte-opt.el
parent56632ce4cd8616f0613e8734d62ec5e2f833c7dc (diff)
Spelling fixes.
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r--lisp/emacs-lisp/byte-opt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index 7b98ade242..0630f5f4e4 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -527,7 +527,7 @@
;; However, don't actually bother calling `ignore'.
`(prog1 nil . ,(mapcar 'byte-optimize-form (cdr form))))
- ;; Neeeded as long as we run byte-optimize-form after cconv.
+ ;; Needed as long as we run byte-optimize-form after cconv.
((eq fn 'internal-make-closure) form)
((byte-code-function-p fn)