From 58254b513146b138e80b3abea62c56322abf1807 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 24 May 2018 07:43:42 -0700 Subject: 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 --- src/vm/win32threadpool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vm/win32threadpool.cpp') 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 -- cgit v1.2.3