Skip to content

Commit ef55e7a

Browse files
committed
Fix name
1 parent 5dcd52a commit ef55e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.CoreCLR.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ public static IntPtr AllocateTypeAssociatedMemory(Type type, int size, int align
509509
ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_AlignmentMustBePow2);
510510
}
511511

512-
return AlignedAllocateTypeAssociatedMemory(new QCallTypeHandle(ref rt), (uint)size, (uint)alignment);
512+
return AllocateTypeAssociatedMemoryAligned(new QCallTypeHandle(ref rt), (uint)size, (uint)alignment);
513513
}
514514

515515
[LibraryImport(QCall, EntryPoint = "RuntimeTypeHandle_AllocateTypeAssociatedMemory")]

0 commit comments

Comments
 (0)