diff src/lread.c @ 98090:d8b291454853

Fix typo in comment.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 07 Sep 2008 20:41:10 +0000
parents 9a4bddae759e
children e038c1a8307c
line wrap: on
line diff
--- a/src/lread.c	Sun Sep 07 20:35:14 2008 +0000
+++ b/src/lread.c	Sun Sep 07 20:41:10 2008 +0000
@@ -1104,7 +1104,7 @@
      2000-09-21: It's not possible to just check for the file loaded
      being a member of Vloads_in_progress.  This fails because of the
      way the byte compiler currently works; `provide's are not
-     evaluted, see font-lock.el/jit-lock.el as an example.  This
+     evaluated, see font-lock.el/jit-lock.el as an example.  This
      leads to a certain amount of ``normal'' recursion.
 
      Also, just loading a file recursively is not always an error in