]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/byte-opt.el
Fixes: debbugs:6594
[gnu-emacs] / lisp / emacs-lisp / byte-opt.el
index 4950511ebe2619c32b010c29cd475690f5797f66..75268100c8d479a17b6ebd7d87497c17c4dbdbc2 100644 (file)
@@ -1,7 +1,7 @@
 ;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler
 
 ;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+;;   2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
 
 ;; Author: Jamie Zawinski <jwz@lucid.com>
 ;;     Hallvard Furuseth <hbf@ulrik.uio.no>
               (eq 'lambda (car-safe fn)))
           (let ((newform (byte-compile-unfold-lambda form)))
             (if (eq newform form)
-                ;; Some error occured, avoid infinite recursion
+                ;; Some error occurred, avoid infinite recursion
                 form
               (byte-optimize-form-code-walker newform for-effect))))
          ((memq fn '(let let*))