From 9a27d52efef0399d215dfbd2e79c9492a75cd982 Mon Sep 17 00:00:00 2001 From: belliash Date: Sat, 18 Feb 2023 00:07:12 +0100 Subject: [PATCH] Correct typo --- xtoskrnl/ke/apc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtoskrnl/ke/apc.c b/xtoskrnl/ke/apc.c index 001b154..2d65a9b 100644 --- a/xtoskrnl/ke/apc.c +++ b/xtoskrnl/ke/apc.c @@ -16,7 +16,7 @@ * Supplies a pointer to the APC object. * * @param Thread - * Suppliws a pointer to the thread object. + * Supplies a pointer to the thread object. * * @param Environment * Specifies an environment in which the APC will run.