summaryrefslogtreecommitdiff
path: root/src/vm/codeman.cpp
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-05-27 07:34:51 -0700
committerJan Kotas <jkotas@microsoft.com>2018-05-27 07:34:51 -0700
commit6bf04a47badd74646e21e70f4e9267c71b7bfd08 (patch)
tree23a2076752983ee68192bd8bcae97fdfbc85ae3f /src/vm/codeman.cpp
parent59f07a0c2d30bb7da1308a061d197afb8691e229 (diff)
downloadcoreclr-6bf04a47badd74646e21e70f4e9267c71b7bfd08.tar.gz
coreclr-6bf04a47badd74646e21e70f4e9267c71b7bfd08.tar.bz2
coreclr-6bf04a47badd74646e21e70f4e9267c71b7bfd08.zip
Typo (#18141)
* Ajusted -> Adjusted * alot -> a lot * Ambigous -> Ambiguous * amoun -> amount * amoung -> among * Amperstand -> Ampersand * Anbody -> Anybody * anddoens't -> and doesn't * anme -> name * annoations -> annotations * annother -> another * anothr -> another * ansynchronous -> asynchronous * anticpation -> anticipation * anway -> anyway * aother -> another * Apparant -> Apparent * appartment -> apartment * appdmomain -> appdomain * Appdomian -> Appdomain * appdomin -> appdomain * approproiate -> appropriate * approprate -> appropriate * approp -> appropriate * appened -> appended * appropiately -> appropriately * appropraitely -> appropriately * Apperantly -> Apparently * approp. -> appropriate * Approriate -> Appropriate
Diffstat (limited to 'src/vm/codeman.cpp')
-rw-r--r--src/vm/codeman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm/codeman.cpp b/src/vm/codeman.cpp
index 55b63223d2..8529c3f03c 100644
--- a/src/vm/codeman.cpp
+++ b/src/vm/codeman.cpp
@@ -452,7 +452,7 @@ extern CrstStatic g_StubUnwindInfoHeapSegmentsCrst;
EEJitManager::CodeHeapIterator heapIterator(NULL, NULL);
// Currently m_CodeHeapCritSec is given the CRST_UNSAFE_ANYMODE flag which allows it to be taken in a GC_NOTRIGGER
- // region but also disallows GC_TRIGGERS. We need GC_TRIGGERS because we take annother lock. Ideally we would
+ // region but also disallows GC_TRIGGERS. We need GC_TRIGGERS because we take another lock. Ideally we would
// fix m_CodeHeapCritSec to not have the CRST_UNSAFE_ANYMODE flag, but I currently reached my threshold for fixing
// contracts.
CONTRACT_VIOLATION(GCViolation);
@@ -3124,7 +3124,7 @@ TypeHandle EEJitManager::ResolveEHClause(EE_ILEXCEPTION_CLAUSE* pEHClause,
}
else
{
- // If we raced in here with aother thread and got held up on the lock, then we just need to return the
+ // If we raced in here with another thread and got held up on the lock, then we just need to return the
// type handle that the other thread put into the clause.
// The typeHnd we found and the typeHnd the racing thread found should always be the same
_ASSERTE(typeHnd.AsPtr() == pEHClause->TypeHandle);