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

commit 28c2b44f6db8826a85c6bf3597a7ef96e329326c
Author: Mark H Weaver <m...@netris.org>
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