1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Fixed typo in comment.

This commit is contained in:
Marius Vollmer 2004-05-06 16:28:18 +00:00
parent 9f84d6aac7
commit 050fedc4fd

View file

@ -66,7 +66,7 @@ scm_cell (scm_t_bits car, scm_t_bits cdr)
SCM z;
/* We retrieve the SCM pointer only once since the call to
SCM_FREELIST_LOC will be slightly expensive when we support
preemptive multithreading. SCM_FREELIST_DOC will then retrieve
preemptive multithreading. SCM_FREELIST_LOC will then retrieve
the thread specific freelist.
Until then, SCM_FREELIST_DOC expands to (&scm_i_freelist) and the