diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-05-06 16:28:18 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-05-06 16:28:18 +0000 |
commit | 050fedc4fd1398dd5b094bd4ceaeab97104146d9 (patch) | |
tree | c392255327ee45f79cecd9b0f04ef269d2a1cffd /libguile/inline.h | |
parent | 9f84d6aac7a6a730c8e743659229752f4942ae51 (diff) | |
download | guile-050fedc4fd1398dd5b094bd4ceaeab97104146d9.tar.gz |
Fixed typo in comment.
Diffstat (limited to 'libguile/inline.h')
-rw-r--r-- | libguile/inline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/inline.h b/libguile/inline.h index 6e6f1f4cf..34d09a4a8 100644 --- a/libguile/inline.h +++ b/libguile/inline.h @@ -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 |