summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/memory.text2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/memory.text b/devel/memory.text
index 50d5a6b6a..0e7912e10 100644
--- a/devel/memory.text
+++ b/devel/memory.text
@@ -130,7 +130,7 @@ everybody else to systematically review their code.
itself. (We don't do this out of lazyness but because it will
keep the memory management overhead very low.)
-The normal thing to use is scm_gc_malloc / scm_gc_free.
+The normal thing to use is scm_gc_malloc, scm_gc_realloc, and scm_gc_free.
Cell allocation and initialization