File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1238,9 +1238,9 @@ \section{Reference Counts
12381238or indirect circular references; these are the weakness of garbage
12391239collection implemented using only reference counting. Reference
12401240cycles 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
12421242which 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
12441244cycle, or referenced from the objects in the cycle, even though there
12451245are no further references to the cycle itself.
12461246
You can’t perform that action at this time.
0 commit comments