summaryrefslogtreecommitdiff
path: root/src/vm/codeversion.cpp
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/codeversion.cpp
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/codeversion.cpp')
-rw-r--r--src/vm/codeversion.cpp2
1 files changed, 1 insertions, 1 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.