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:
parent
9f84d6aac7
commit
050fedc4fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue