Skip to content

Commit e022f7e

Browse files
VSadovCopilot
andcommitted
Typo in a comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2f42a36 commit e022f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/vm/method.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ class MethodDesc
16581658
}
16591659

16601660
// same as above, but with allowCreate = FALSE
1661-
// for rare cases where we cannot allow GC, but we know that the other varaint is already created.
1661+
// for rare cases where we cannot allow GC, but we know that the other variant is already created.
16621662
MethodDesc* GetAsyncOtherVariantNoCreate(BOOL allowInstParam = TRUE)
16631663
{
16641664
return FindOrCreateAssociatedMethodDesc(this, GetMethodTable(), FALSE, GetMethodInstantiation(), allowInstParam, FALSE, FALSE, AsyncVariantLookup::AsyncOtherVariant);

0 commit comments

Comments
 (0)