[K/N] fix minor typos and outdated documentation

This commit is contained in:
Johan Bay
2022-06-13 14:15:22 +02:00
committed by SvyatoslavScherbina
parent 059ffe7a9b
commit e380d7d495
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ void ClearMemoryForTests(MemoryState*);
// Arena containers are not reference counted, and is explicitly freed when leaving
// its owner frame.
// Escape analysis algorithm is the provider of information for decision on exact aux slot
// selection, and comes from upper bound esteemation of object lifetime.
// selection, and comes from upper bound estimation of object lifetime.
//
OBJ_GETTER(AllocInstance, const TypeInfo* type_info) RUNTIME_NOTHROW;