Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-john-doe <github.john.doe@outlook.com>2017-07-22 08:52:32 +0300
committerJan Kotas <jkotas@microsoft.com>2017-07-22 08:52:32 +0300
commit249395021f9e8ba834cabb957029b5c90d5e3056 (patch)
tree396aad1977db3aef781c661b1100aaaebaa30eea /src/Native/Runtime/threadstore.cpp
parent26b69cb6c0928a30085ca4b68cb73b9cb949b2cb (diff)
typo (#4216)
Diffstat (limited to 'src/Native/Runtime/threadstore.cpp')
-rw-r--r--src/Native/Runtime/threadstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/threadstore.cpp b/src/Native/Runtime/threadstore.cpp
index f37e46369..1437aaa24 100644
--- a/src/Native/Runtime/threadstore.cpp
+++ b/src/Native/Runtime/threadstore.cpp
@@ -213,7 +213,7 @@ void ThreadStore::SuspendAllThreads(CLREventStatic* pCompletionEvent)
RhpTrapThreads |= (UInt32)TrapThreadsFlags::TrapThreads;
// Our lock-free algorithm depends on flushing write buffers of all processors running RH code. The
- // reason for this is that we essentially implement Decker's algorithm, which requires write ordering.
+ // reason for this is that we essentially implement Dekker's algorithm, which requires write ordering.
PalFlushProcessWriteBuffers();
bool keepWaiting;