summaryrefslogtreecommitdiff
path: root/src/vm/i386
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-05-24 23:22:42 -0700
committerJan Kotas <jkotas@microsoft.com>2018-05-24 23:22:42 -0700
commit8e48db2c113052ef18cdafb43e114a8633864ec0 (patch)
tree866d4dcfe565cfaefbb4f4718d4fad4420b665ac /src/vm/i386
parent6468753a39d2419083cd842497ae2fc0f35c143a (diff)
downloadcoreclr-8e48db2c113052ef18cdafb43e114a8633864ec0.tar.gz
coreclr-8e48db2c113052ef18cdafb43e114a8633864ec0.tar.bz2
coreclr-8e48db2c113052ef18cdafb43e114a8633864ec0.zip
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
Diffstat (limited to 'src/vm/i386')
-rw-r--r--src/vm/i386/excepx86.cpp2
-rw-r--r--src/vm/i386/jitinterfacex86.cpp2
2 files changed, 2 insertions, 2 deletions
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()
{