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:
parent
03de93dd5f
commit
a90de2a4c8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue