summaryrefslogtreecommitdiff
path: root/src/vm/prestub.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/prestub.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/prestub.cpp')
-rw-r--r--src/vm/prestub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/prestub.cpp b/src/vm/prestub.cpp
index 532f04ffc1..721de3c4ad 100644
--- a/src/vm/prestub.cpp
+++ b/src/vm/prestub.cpp
@@ -1549,7 +1549,7 @@ extern "C" PCODE STDCALL PreStubWorker(TransitionBlock * pTransitionBlock, Metho
INDEBUG(curobj = NULL); // curobj is unprotected and CanCastTo() can trigger GC
if (!objectType.CanCastTo(methodType))
{
- // Apperantly ICastable magic was involved when we chose this method to be called
+ // Apparently ICastable magic was involved when we chose this method to be called
// that's why we better stick to the MethodTable it belongs to, otherwise
// DoPrestub() will fail not being able to find implementation for pMD in pDispatchingMT.