summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2019-05-21 23:15:41 -0400
committerMark H Weaver <mhw@netris.org>2019-06-18 02:05:20 -0400
commita90de2a4c81346b5b38c9e836a23ab127a1153fd (patch)
treea36514ba01c00cf638dd20bd49755ffd49d08c77 /libguile
parent03de93dd5fb895338551ee91f60ce6d4258e9318 (diff)
Fix typo in tags.h comment.
* libguile/tags.h: Fix typo in comment.
Diffstat (limited to 'libguile')
-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