From: Mark H Weaver Date: Wed, 22 May 2019 03:15:41 +0000 (-0400) Subject: Fix typo in tags.h comment. X-Git-Tag: v2.2.5~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a90de2a4c81346b5b38c9e836a23ab127a1153fd;p=platform%2Fupstream%2Fguile.git Fix typo in tags.h comment. * libguile/tags.h: Fix typo in comment. --- 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