* Fix spelling mistake in comment.
authorNeil Jerram <neil@ossau.uklinux.net>
Sat, 18 Aug 2001 16:32:04 +0000 (16:32 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Sat, 18 Aug 2001 16:32:04 +0000 (16:32 +0000)
libguile/ChangeLog
libguile/__scm.h

index 20191a9..e19afc9 100644 (file)
@@ -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
index 2e1e3b6..bda6326 100644 (file)
 #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