# HG changeset patch # User Juanma Barranquero # Date 1220820070 0 # Node ID d8b291454853e39af8d809152fbe7a2c1b40ca8d # Parent 4ea0f5996bd5a8b4203e12568ab4f835aeffebea Fix typo in comment. diff -r 4ea0f5996bd5 -r d8b291454853 src/lread.c --- 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