fix thinko in api-memory.texi
authorAndy Wingo <wingo@pobox.com>
Thu, 17 Sep 2009 10:24:28 +0000 (12:24 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 18 Sep 2009 14:27:32 +0000 (16:27 +0200)
doc/ref/api-memory.texi

index 2bf7f10..15cef64 100644 (file)
@@ -113,7 +113,7 @@ functions for dynamic memory allocation that are integrated into the
 garbage collector and the error reporting system.
 
 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
 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