; Instead of doing elaborate overflow checks, we just limit the number of elements
; to (LARGE_OBJECT_SIZE - 256)/sizeof(WCHAR) or less.
- ; This will avoid avoid all overflow problems, as well as making sure
+ ; This will avoid all overflow problems, as well as making sure
; big string objects are correctly allocated in the big object heap.
cmp ecx, (ASM_LARGE_OBJECT_SIZE - 256)/2
; Instead of doing elaborate overflow checks, we just limit the number of elements
; to (LARGE_OBJECT_SIZE - 256)/sizeof(WCHAR) or less.
- ; This will avoid avoid all overflow problems, as well as making sure
+ ; This will avoid all overflow problems, as well as making sure
; big string objects are correctly allocated in the big object heap.
cmp ecx, (ASM_LARGE_OBJECT_SIZE - 256)/2
}
// The type is sufficiently initialized for most general purpose accessor methods to work.
- // Mark the type as restored to avoid avoid asserts. Note that this also enables IBC logging.
+ // Mark the type as restored to avoid asserts. Note that this also enables IBC logging.
pMTWriteableData->SetIsFullyLoadedForBuildMethodTable();
{
// Instead of doing elaborate overflow checks, we just limit the number of elements
// to (LARGE_OBJECT_SIZE - 256)/sizeof(WCHAR) or less.
- // This will avoid avoid all overflow problems, as well as making sure
+ // This will avoid all overflow problems, as well as making sure
// big string objects are correctly allocated in the big object heap.
_ASSERTE(sizeof(WCHAR) == 2);