Update APC initialization comment

This commit is contained in:
2026-06-26 10:31:20 +02:00
parent 53a8b57a96
commit d6f925ebfd

View File

@@ -116,7 +116,7 @@ KE::Apc::HandleApcInterrupt(IN PKTRAP_FRAME TrapFrame)
* Supplies a pointer to routine called on thread exit. * Supplies a pointer to routine called on thread exit.
* *
* @param NormalRoutine * @param NormalRoutine
* Supplies a pointer to routine called at IRQL 0. * Supplies a pointer to routine called at PASSIVE_LEVEL.
* *
* @param ApcMode * @param ApcMode
* Specifies processor mode, in which NormalRoutine gets called. * Specifies processor mode, in which NormalRoutine gets called.