Fix (so far harmless) typo
Modified: trunk/reactos/ntoskrnl/ex/work.c
_____
Modified: trunk/reactos/ntoskrnl/ex/work.c
--- trunk/reactos/ntoskrnl/ex/work.c 2006-01-04 22:40:48 UTC (rev
20562)
+++ trunk/reactos/ntoskrnl/ex/work.c 2006-01-04 22:46:45 UTC (rev
20563)
@@ -523,7 +523,7 @@
/* Protect against greedy registry modifications */
ExpAdditionalDelayedWorkerThreads =
- min(ExpAdditionalCriticalWorkerThreads, 16);
+ min(ExpAdditionalDelayedWorkerThreads, 16);
ExpAdditionalCriticalWorkerThreads =
min(ExpAdditionalCriticalWorkerThreads, 16);
Show replies by date