1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

* Fix comment typo.

This commit is contained in:
Neil Jerram 2001-12-07 17:03:15 +00:00
parent 11923b5d40
commit de513fa003

View file

@ -247,7 +247,7 @@ scm_ilookup (SCM iloc, SCM env)
reconsider the complete special form. reconsider the complete special form.
SCM_LOOKUPCAR is still there, of course. It just calls SCM_LOOKUPCAR is still there, of course. It just calls
SCM_LOOKUPCAR1 and aborts on recieving NULL. So SCM_LOOKUPCAR SCM_LOOKUPCAR1 and aborts on receiving NULL. So SCM_LOOKUPCAR
should only be called when it is known that VLOC is not the first should only be called when it is known that VLOC is not the first
pair of a special form. Otherwise, use SCM_LOOKUPCAR1 and check pair of a special form. Otherwise, use SCM_LOOKUPCAR1 and check
for NULL. I think I've found the only places where this for NULL. I think I've found the only places where this