[DOC] Fix typo: Replace documentatation with documentation

This commit is contained in:
Richard Ricciardelli 2024-04-29 13:23:30 +02:00 committed by Nobuyoshi Nakada
parent 528c4501f4
commit 7a8882bc30

View File

@ -537,7 +537,7 @@ malloc family of C standard library calls (
.Xr calloc 3 ,
and
.Xr realloc 3 ) .
In this documentatation, the "heap" refers to the Ruby object heap
In this documentation, the "heap" refers to the Ruby object heap
of fixed-sized slots, while "malloc" refers to auxiliary
allocations commonly referred to as the "process heap".
Thus there are at least two possible ways to trigger GC: