Correct comment phrasing
All checks were successful
Builds / ExectOS (amd64, release) (push) Successful in 35s
Builds / ExectOS (i686, debug) (push) Successful in 33s
Builds / ExectOS (i686, release) (push) Successful in 41s
Builds / ExectOS (amd64, debug) (push) Successful in 45s

This commit is contained in:
2026-02-26 10:57:19 +01:00
parent 0658e98436
commit 278def3081

View File

@@ -165,7 +165,7 @@ MM::KernelPool::FreeKernelStack(IN PVOID Stack,
/* Convert the stack size into a page count */ /* Convert the stack size into a page count */
StackPages = SIZE_TO_PAGES(StackSize); StackPages = SIZE_TO_PAGES(StackSize);
/* Start guarded code block */ /* Start a guarded code block */
{ {
/* Acquire the PFN database lock */ /* Acquire the PFN database lock */
KE::QueuedSpinLockGuard SpinLock(SystemSpaceLock); KE::QueuedSpinLockGuard SpinLock(SystemSpaceLock);