1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00

fix thinko in api-memory.texi

This commit is contained in:
Andy Wingo 2009-09-17 12:24:28 +02:00
parent c543e41eb4
commit c5923112fe

View file

@ -113,7 +113,7 @@ functions for dynamic memory allocation that are integrated into the
garbage collector and the error reporting system. garbage collector and the error reporting system.
Memory blocks that are associated with Scheme objects (for example a Memory blocks that are associated with Scheme objects (for example a
smob) should be allocated and freed with @code{scm_gc_malloc} or smob) should be allocated with @code{scm_gc_malloc} or
@code{scm_gc_malloc_pointerless}. These two functions will either @code{scm_gc_malloc_pointerless}. These two functions will either
return a valid pointer or signal an error. Memory blocks allocated this return a valid pointer or signal an error. Memory blocks allocated this
way can be freed with @code{scm_gc_free}; however, this is not strictly way can be freed with @code{scm_gc_free}; however, this is not strictly