summaryrefslogtreecommitdiff
path: root/libguile/__scm.h
diff options
context:
space:
mode:
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