summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-memory.texi
diff options
context:
space:
mode:
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