guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/07: fix typo


From: Mark H. Weaver
Subject: [Guile-commits] 01/07: fix typo
Date: Thu, 6 Jun 2019 05:37:13 -0400 (EDT)

mhw pushed a commit to branch wip-new-tagging
in repository guile.

commit 28c2b44f6db8826a85c6bf3597a7ef96e329326c
Author: Mark H Weaver <address@hidden>
Date:   Sat Jun 1 02:33:32 2019 -0400

    fix typo
---
 libguile/scm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libguile/scm.h b/libguile/scm.h
index 504d868..b4c605e 100644
--- a/libguile/scm.h
+++ b/libguile/scm.h
@@ -288,7 +288,7 @@ typedef uintptr_t scm_t_bits;
 
    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]