Skip to content

Commit a4cf8a5

Browse files
committed
touch gc.c and ILLink.Descriptors.xml
1 parent 75604df commit a4cf8a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mono/System.Private.CoreLib/src/ILLink/ILLink.Descriptors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273

274274
<!-- domain.c: mono_defaults.object_class -->
275275
<type fullname="System.Object">
276-
<!-- class.c: initialize_object_slots -->
276+
<!-- class.c: initialize_object_slots -->
277277
<method name="Finalize" />
278278
<method name="GetHashCode" />
279279
</type>

src/mono/mono/metadata/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ mono_gc_run_finalize (void *obj, void *data)
284284
/*
285285
* To avoid the locking plus the other overhead of mono_runtime_invoke_checked (),
286286
* create and precompile a wrapper which calls the finalize method using
287-
* a CALLVIRT.
287+
* a CALLVIRT
288288
*/
289289
if (mono_log_finalizers)
290290
g_log ("mono-gc-finalizers", G_LOG_LEVEL_MESSAGE, "<%s at %p> Compiling finalizer.", o_name, o);

0 commit comments

Comments
 (0)