From 6a771b2fde217d418b33e82e6102cffee585bbbe Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=A9=20van=20Geldorp?= Date: Wed, 4 Jan 2006 22:46:45 +0000 Subject: [PATCH 1/1] Fix (so far harmless) typo svn path=/trunk/; revision=20563 --- reactos/ntoskrnl/ex/work.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ex/work.c b/reactos/ntoskrnl/ex/work.c index a41a9b36db2..c375f242f57 100644 --- a/reactos/ntoskrnl/ex/work.c +++ b/reactos/ntoskrnl/ex/work.c @@ -523,7 +523,7 @@ ExpInitializeWorkerThreads(VOID) /* Protect against greedy registry modifications */ ExpAdditionalDelayedWorkerThreads = - min(ExpAdditionalCriticalWorkerThreads, 16); + min(ExpAdditionalDelayedWorkerThreads, 16); ExpAdditionalCriticalWorkerThreads = min(ExpAdditionalCriticalWorkerThreads, 16); -- 2.17.1