summaryrefslogtreecommitdiff
path: root/src/vm/i386
diff options
context:
space:
mode:
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()
{