summaryrefslogtreecommitdiff
path: root/Documentation/botr/garbage-collection.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/botr/garbage-collection.md')
-rw-r--r--Documentation/botr/garbage-collection.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/botr/garbage-collection.md b/Documentation/botr/garbage-collection.md
index 5b776118da..9e16131114 100644
--- a/Documentation/botr/garbage-collection.md
+++ b/Documentation/botr/garbage-collection.md
@@ -113,7 +113,7 @@ address, which means objects of lower addresses on the segment are
older than those of higher addresses. Again there are exceptions that
will be described below.
-Heap segments can be aquired as needed. They are deleted when they
+Heap segments can be acquired as needed. They are deleted when they
don’t contain any live objects, however the initial segment on the heap
will always exist. For each heap, one segment at a time is acquired,
which is done during a GC for small objects and during allocation time