summaryrefslogtreecommitdiff
path: root/src/vm
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-11-22 14:23:46 -0800
committerJan Kotas <jkotas@microsoft.com>2018-11-22 14:23:46 -0800
commit445f68f3668daa527adad6f2bdd1311f2607ca71 (patch)
tree205aa06d813636709aa6abaa9b0093a56a5a7e48 /src/vm
parente54dffef08c22a94962aacd93d4793b377cac632 (diff)
downloadcoreclr-445f68f3668daa527adad6f2bdd1311f2607ca71.tar.gz
coreclr-445f68f3668daa527adad6f2bdd1311f2607ca71.tar.bz2
coreclr-445f68f3668daa527adad6f2bdd1311f2607ca71.zip
Typos (#21171)
* accesible -> accessible * acheive -> achieve * actutl -> actual * appied -> applied * apropriate -> appropriate * aprox -> approx * aquired -> acquired * argumemts -> arguments * Argumens -> Arguments * argumetn -> argument
Diffstat (limited to 'src/vm')
-rw-r--r--src/vm/codeversion.cpp2
-rw-r--r--src/vm/compile.cpp2
-rw-r--r--src/vm/encee.cpp2
-rw-r--r--src/vm/stublink.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/vm/codeversion.cpp b/src/vm/codeversion.cpp
index e3425c3789..93b0663829 100644
--- a/src/vm/codeversion.cpp
+++ b/src/vm/codeversion.cpp
@@ -2845,7 +2845,7 @@ PublishMethodTableHolder::PublishMethodTableHolder(MethodTable* pMethodTable) :
// We need to be careful to only query portions of the MethodDesc
// that work in a partially restored state. The only methods that need
// further restoration are IL stubs (which aren't rejittable) and
- // generic methods. The only generic methods directly accesible from
+ // generic methods. The only generic methods directly accessible from
// the MethodTable are definitions. GetNativeCode() on generic defs
// will run succesfully and return NULL which short circuits the
// rest of the logic.
diff --git a/src/vm/compile.cpp b/src/vm/compile.cpp
index b44dddbf34..721f354c7b 100644
--- a/src/vm/compile.cpp
+++ b/src/vm/compile.cpp
@@ -5751,7 +5751,7 @@ void CEEPreloader::ExpandTypeDependencies(TypeHandle th)
TriageTypeForZap(intIterator.GetInterface(), TRUE);
}
- // Make sure aprox types for all fields are saved
+ // Make sure approx types for all fields are saved
ApproxFieldDescIterator fdIterator(pMT, ApproxFieldDescIterator::ALL_FIELDS);
FieldDesc* pFD;
while ((pFD = fdIterator.Next()) != NULL)
diff --git a/src/vm/encee.cpp b/src/vm/encee.cpp
index 5767cd0cdd..2c484c624e 100644
--- a/src/vm/encee.cpp
+++ b/src/vm/encee.cpp
@@ -1095,7 +1095,7 @@ EnCAddedField *EnCAddedField::Allocate(OBJECTREF thisPointer, EnCFieldDesc *pFD)
// in a way that mimics the lifetime behavior of a normal field reference. Specifically,
// when the object is collected, the field should also be collected (assuming there are no
// other references), but references to the field shouldn't keep the object alive.
- // To acheive this, we have introduced the concept of a "dependent handle" which provides
+ // To achieve this, we have introduced the concept of a "dependent handle" which provides
// the appropriate semantics. The dependent handle has a weak reference to a "primary object"
// (the object getting a new field in this case), and a strong reference to a secondary object.
// When the primary object is collected, the reference to the secondary object is released.
diff --git a/src/vm/stublink.cpp b/src/vm/stublink.cpp
index 98e5b132f1..e41b853c7e 100644
--- a/src/vm/stublink.cpp
+++ b/src/vm/stublink.cpp
@@ -1728,7 +1728,7 @@ bool StubLinker::EmitUnwindInfo(Stub* pStub, int globalsize, LoaderHeap* pHeap)
// to report them to the OS. (they are not expressible anyways)
// 5. Floating point argument registers:
- // Similar to Integer argumetn registers, no reporting
+ // Similar to Integer argument registers, no reporting
//
// 4. Set the frame pointer