guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 03/08: Fix typo in tags.h comment.


From: Mark H. Weaver
Subject: [Guile-commits] 03/08: Fix typo in tags.h comment.
Date: Tue, 18 Jun 2019 02:08:19 -0400 (EDT)

mhw pushed a commit to branch stable-2.2
in repository guile.

commit a90de2a4c81346b5b38c9e836a23ab127a1153fd
Author: Mark H Weaver <address@hidden>
Date:   Tue May 21 23:15:41 2019 -0400

    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 9977729..47c4c97 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]