summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/tags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/tags.h b/libguile/tags.h
index 9977729d8..47c4c9749 100644
--- a/libguile/tags.h
+++ b/libguile/tags.h
@@ -214,7 +214,7 @@ typedef union SCM { struct { scm_t_bits n; } n; } SCM;
*
* Heap Objects
*
- * All object types not mentioned above in the list of immedate objects
+ * All object types not mentioned above in the list of immediate objects
* are represented as heap objects. The amount of memory referenced by
* a heap object depends on the object's type, namely on the set of
* attributes that have to be stored with objects of that type. Every