summaryrefslogtreecommitdiff
path: root/src/vm/win32threadpool.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/win32threadpool.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/win32threadpool.cpp')
-rw-r--r--src/vm/win32threadpool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/win32threadpool.cpp b/src/vm/win32threadpool.cpp
index 34097feca7..ad7ac3a063 100644
--- a/src/vm/win32threadpool.cpp
+++ b/src/vm/win32threadpool.cpp
@@ -3450,7 +3450,7 @@ Top:
// or in CompletionPortDispatchWorkWithinAppDomain, and passed here through StoreOverlappedInfoInThread)
// For the purposes of activity correlation we only fire ETW events here, if needed OR if not fired at a higher
- // abstration level (e.g. ThreadpoolMgr::RegisterWaitForSingleObject)
+ // abstraction level (e.g. ThreadpoolMgr::RegisterWaitForSingleObject)
// Note: we still fire the event for managed async IO, despite the fact we don't have a paired IOEnqueue event
// for this case. We do this to "mark" the end of the previous workitem. When we provide full support at the higher
// abstraction level for managed IO we can remove the IODequeues fired here