summaryrefslogtreecommitdiff
path: root/src/jit/lower.cpp
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-05-24 07:43:42 -0700
committerStephen Toub <stoub@microsoft.com>2018-05-24 10:43:42 -0400
commit58254b513146b138e80b3abea62c56322abf1807 (patch)
treed6b09e0fb79169d6380b9aa9becf7459d514fc75 /src/jit/lower.cpp
parentf001fd476893730d98d7e3e9f2d17175e8d9b478 (diff)
downloadcoreclr-58254b513146b138e80b3abea62c56322abf1807.tar.gz
coreclr-58254b513146b138e80b3abea62c56322abf1807.tar.bz2
coreclr-58254b513146b138e80b3abea62c56322abf1807.zip
Fix a variety of typos (#18096)
* absense -> absence * aboring -> aborting * absense -> absence * absoute -> absolute * absoute -> absolute * abstration -> abstraction * dwDesiredAcces -> dwDesiredAccess * accees -> access * accesed -> accessed * accessability -> accessibility * accessable -> accessible * accidentaly -> accidentally * accesible -> accessible * accommondate -> accommodate * accurancy -> accuracy * accuratley -> accurately * Achitecture -> Architecture * acompannying -> accompanying * acordingly -> accordingly
Diffstat (limited to 'src/jit/lower.cpp')
-rw-r--r--src/jit/lower.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/lower.cpp b/src/jit/lower.cpp
index 531e0da755..efd927bc16 100644
--- a/src/jit/lower.cpp
+++ b/src/jit/lower.cpp
@@ -4189,7 +4189,7 @@ GenTree* Lowering::LowerVirtualStubCall(GenTreeCall* call)
noway_assert(call->IsVirtualStubRelativeIndir());
// Direct stub calls, though the stubAddr itself may still need to be
- // accesed via an indirection.
+ // accessed via an indirection.
GenTree* addr = AddrGen(stubAddr);
#ifdef _TARGET_X86_