summaryrefslogtreecommitdiff
path: root/src/vm/codeman.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/vm/codeman.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/vm/codeman.cpp')
-rw-r--r--src/vm/codeman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/codeman.cpp b/src/vm/codeman.cpp
index 94e849fd44..4c8aee2038 100644
--- a/src/vm/codeman.cpp
+++ b/src/vm/codeman.cpp
@@ -869,7 +869,7 @@ BOOL IsFunctionFragment(TADDR baseAddress, PTR_RUNTIME_FUNCTION pFunctionEntry)
// simplifies identifying a host record a lot.
//
// 1. Prolog only: The host record. Epilog Count and E bit are all 0.
- // 2. Prolog and some epilogs: The host record with acompannying epilog-only records
+ // 2. Prolog and some epilogs: The host record with accompanying epilog-only records
// 3. Epilogs only: First unwind code is Phantom prolog (Starting with an end_c, indicating an empty prolog)
// 4. No prologs or epilogs: First unwind code is Phantom prolog (Starting with an end_c, indicating an empty prolog)
//