From 278def3081ae609ffaee83565676d5decb80c861 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Thu, 26 Feb 2026 10:57:19 +0100 Subject: [PATCH] Correct comment phrasing --- xtoskrnl/mm/kpool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtoskrnl/mm/kpool.cc b/xtoskrnl/mm/kpool.cc index b81599a..a8c8835 100644 --- a/xtoskrnl/mm/kpool.cc +++ b/xtoskrnl/mm/kpool.cc @@ -165,7 +165,7 @@ MM::KernelPool::FreeKernelStack(IN PVOID Stack, /* Convert the stack size into a page count */ StackPages = SIZE_TO_PAGES(StackSize); - /* Start guarded code block */ + /* Start a guarded code block */ { /* Acquire the PFN database lock */ KE::QueuedSpinLockGuard SpinLock(SystemSpaceLock);