From 8e48db2c113052ef18cdafb43e114a8633864ec0 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 24 May 2018 23:22:42 -0700 Subject: Typo (#18122) * acquringing -> acquiring * Activ -> Active * activley -> actively * acutal -> actual * bIncomingIPAdddefed -> bIncomingIPAddRefed * adddr -> addr * readding -> reading * Addfunction -> AddFunction * additionnal -> additional * Additonal -> Additional * Additonally -> Additionally * Addresss -> Address * addtion -> addition * aded -> added * aditional -> additional * adjustements -> adjustments * Adress -> Address * afer -> after * aformentioned -> aforementioned * afte -> after * agains -> against * agaisnt -> against * aggresively -> aggressively * aggreates -> aggregates * aggregious -> egregious * aginst -> against * agregates -> aggregates * Agressive -> Aggressive * ahve -> have * ajdust -> adjust * ajust -> adjust * alement -> element * algoritm -> algorithm * alighnment -> alignment * alignmant -> alignment * constraits -> constraints * Allcator -> Allocator * alllocate -> allocate * alloacted -> allocated * allocatate -> allocate * allocatoror -> allocator * alloctaed -> allocated * alloction -> allocation * alloted -> allotted * allt he -> all the * alltogether -> altogether * alocate -> allocate * alocated -> allocated * Alocates -> Allocates * alogrithm -> algorithm * aloocate -> allocate * alot -> a lot * alwasy -> always * alwyas -> always * alwys -> always --- src/vm/i386/excepx86.cpp | 2 +- src/vm/i386/jitinterfacex86.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vm/i386') diff --git a/src/vm/i386/excepx86.cpp b/src/vm/i386/excepx86.cpp index 9f558c457e..bc85ad3d62 100644 --- a/src/vm/i386/excepx86.cpp +++ b/src/vm/i386/excepx86.cpp @@ -3246,7 +3246,7 @@ void ResumeAtJitEH(CrawlFrame* pCf, context.SetSP(pNestedHandlerExRecord); // We might have moved the bottommost handler. The nested record itself is never - // the bottom most handler -- it's pushed afte the fact. So we have to make the + // the bottom most handler -- it's pushed after the fact. So we have to make the // bottom-most handler the one BEFORE the nested record. if (pExInfo->m_pBottomMostHandler < pNewBottomMostHandler) { diff --git a/src/vm/i386/jitinterfacex86.cpp b/src/vm/i386/jitinterfacex86.cpp index 4eccd35a76..58294ff3e7 100644 --- a/src/vm/i386/jitinterfacex86.cpp +++ b/src/vm/i386/jitinterfacex86.cpp @@ -1471,7 +1471,7 @@ const int PostGrow_CardTableSecondLocation = 36; #ifndef CODECOVERAGE // Deactivate alignment validation for code coverage builds - // because the instrumented binaries will not preserve alignmant constraits and we will fail. + // because the instrumented binaries will not preserve alignment constraints and we will fail. void ValidateWriteBarrierHelpers() { -- cgit v1.2.3