1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Fix typo in tags.h comment.

* libguile/tags.h: Fix typo in comment.
This commit is contained in:
Mark H Weaver 2019-05-21 23:15:41 -04:00
parent 03de93dd5f
commit a90de2a4c8

View file

@ -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