From d6f925ebfdac2faafe729dff2e4579ebcabcb319 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Fri, 26 Jun 2026 10:31:20 +0200 Subject: [PATCH] Update APC initialization comment --- xtoskrnl/ke/apc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtoskrnl/ke/apc.cc b/xtoskrnl/ke/apc.cc index 9faf647..16320dc 100644 --- a/xtoskrnl/ke/apc.cc +++ b/xtoskrnl/ke/apc.cc @@ -116,7 +116,7 @@ KE::Apc::HandleApcInterrupt(IN PKTRAP_FRAME TrapFrame) * Supplies a pointer to routine called on thread exit. * * @param NormalRoutine - * Supplies a pointer to routine called at IRQL 0. + * Supplies a pointer to routine called at PASSIVE_LEVEL. * * @param ApcMode * Specifies processor mode, in which NormalRoutine gets called.