Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 874c4f0

Browse files
committed
Trivial spelling repair on new cyclic garbage text.
1 parent 024e647 commit 874c4f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/ext/extending.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,9 +1238,9 @@ \section{Reference Counts
12381238
or indirect circular references; these are the weakness of garbage
12391239
collection implemented using only reference counting. Reference
12401240
cycles consist of objects which contain (possibly indirect) references
1241-
themselves so that each object in the cycle has a reference count
1241+
to themselves, so that each object in the cycle has a reference count
12421242
which is non-zero. Typical reference counting implementations are not
1243-
able to reclaim the memory beloning to any objects in a reference
1243+
able to reclaim the memory belonging to any objects in a reference
12441244
cycle, or referenced from the objects in the cycle, even though there
12451245
are no further references to the cycle itself.
12461246

0 commit comments

Comments
 (0)