summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-memory.texi
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2002-08-08 21:47:53 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2002-08-08 21:47:53 +0000
commitbcf009c3f86a25858c0f428c382113a7c75a22d7 (patch)
treed28812fb7b7172e657efd0bf61645f1631bea2aa /doc/ref/scheme-memory.texi
parenteab1b25970c21df7da67bd8f48290a1a1e1bf3d7 (diff)
downloadguile-bcf009c3f86a25858c0f428c382113a7c75a22d7.tar.gz
Add examples from Ian Sheldon, and merge recent updates from stable branch.
Diffstat (limited to 'doc/ref/scheme-memory.texi')
-rw-r--r--doc/ref/scheme-memory.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/scheme-memory.texi b/doc/ref/scheme-memory.texi
index ea3f8bfd1..5f19bcb38 100644
--- a/doc/ref/scheme-memory.texi
+++ b/doc/ref/scheme-memory.texi
@@ -32,7 +32,7 @@ you must follow so that the garbage collector can do its job.
@deffnx {C Function} scm_gc ()
Scans all of SCM objects and reclaims for further use those that are
no longer accessible. You normally don't need to call this function
-explicitely. It is called automatically when appropriate.
+explicitly. It is called automatically when appropriate.
@end deffn
@deffn {Scheme Procedure} gc-stats