diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2001-08-18 16:32:04 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2001-08-18 16:32:04 +0000 |
commit | cf504ee0cf7b5d3ebd28db334c1ccedab077b57a (patch) | |
tree | f6f01d4271750df1dd4f0fa505b869b63e4b967e | |
parent | 59cd9b0f6755bd000747950af8fd25212f514446 (diff) | |
download | guile-cf504ee0cf7b5d3ebd28db334c1ccedab077b57a.tar.gz |
* Fix spelling mistake in comment.
-rw-r--r-- | libguile/ChangeLog | 4 | ||||
-rw-r--r-- | libguile/__scm.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 20191a9bd..e19afc953 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,7 @@ +2001-08-18 Neil Jerram <neil@ossau.uklinux.net> + + * __scm.h (SCM_ENABLE_VCELLS): Fix spelling mistake in comment. + 2001-08-17 Thien-Thi Nguyen <ttn@revel.glug.org> * gc.c: Fix omission bug: Add `heap_segment' forward decl diff --git a/libguile/__scm.h b/libguile/__scm.h index 2e1e3b611..bda6326f2 100644 --- a/libguile/__scm.h +++ b/libguile/__scm.h @@ -237,7 +237,7 @@ #endif /* If SCM_ENABLE_VCELLS is set to 1, a couple of functions that deal - * with vcells are defined for compatability reasons. Supporting + * with vcells are defined for compatibility reasons. Supporting * vcells reduces performance however. * * We use a dedicated macro instead of just SCM_DEBUG_DEPRECATED so |