From cf504ee0cf7b5d3ebd28db334c1ccedab077b57a Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Sat, 18 Aug 2001 16:32:04 +0000 Subject: [PATCH] * Fix spelling mistake in comment. --- libguile/ChangeLog | 4 ++++ libguile/__scm.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * __scm.h (SCM_ENABLE_VCELLS): Fix spelling mistake in comment. + 2001-08-17 Thien-Thi Nguyen * 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