summaryrefslogtreecommitdiff
path: root/libguile/__scm.h
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2001-08-18 16:32:04 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2001-08-18 16:32:04 +0000
commitcf504ee0cf7b5d3ebd28db334c1ccedab077b57a (patch)
treef6f01d4271750df1dd4f0fa505b869b63e4b967e /libguile/__scm.h
parent59cd9b0f6755bd000747950af8fd25212f514446 (diff)
downloadguile-cf504ee0cf7b5d3ebd28db334c1ccedab077b57a.tar.gz
* Fix spelling mistake in comment.
Diffstat (limited to 'libguile/__scm.h')
-rw-r--r--libguile/__scm.h2
1 files changed, 1 insertions, 1 deletions
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