From a90de2a4c81346b5b38c9e836a23ab127a1153fd Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 21 May 2019 23:15:41 -0400 Subject: [PATCH] Fix typo in tags.h comment. * libguile/tags.h: Fix typo in comment. --- libguile/tags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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